Skip to content

Commit 9ff75b1

Browse files
committed
edits
1 parent 9d68275 commit 9ff75b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/cognitive-services/LUIS/developer-reference-resource.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Learn about the [V3 prediction endpoint](luis-migration-api-v3.md).
3131

3232
Use [Cognitive Services sample code](https://github.com/Azure-Samples/cognitive-services-quickstart-code) to learn and use the most common tasks.
3333

34+
### REST specifications
35+
36+
The [LUIS REST specifications](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cognitiveservices/data-plane/LUIS), along with all [Azure REST specifications](https://github.com/Azure/azure-rest-api-specs), are publicly available on GitHub.
37+
3438
### REST APIs
3539

3640
Both authoring and prediction endpoint APIS are available from REST APIs:
@@ -95,7 +99,7 @@ Bot framework provides [several tools](https://github.com/microsoft/botbuilder-t
9599
* [Dispatch](https://github.com/microsoft/botbuilder-tools/blob/master/packages/Dispatch)- manage parent and child apps
96100
* [LUISGen](https://github.com/microsoft/botbuilder-tools/blob/master/packages/LUISGen) - Auto generate backing C#/Typescript classes for your LUIS intents and entities.
97101
* [Bot Framework emulator](https://github.com/Microsoft/BotFramework-Emulator/releases) - a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK
98-
102+
* [Bot Framework Composer](https://github.com/microsoft/BotFramework-Composer/blob/stable/README.md) - an integrated development tool for developers and multi-disciplinary teams to build bots and conversational experiences with the Microsoft Bot Framework
99103

100104
## Next steps
101105

0 commit comments

Comments
 (0)