Skip to content

Commit d713e15

Browse files
Denise MakKaiqb
authored andcommitted
fix typo/missing link/Dispatch tutorial (MicrosoftDocs#578)
1 parent a3ed852 commit d713e15

File tree

4 files changed

+161
-184
lines changed

4 files changed

+161
-184
lines changed

articles/v4sdk/bot-builder-concept-luis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When building a multi-purpose bot that understands multiple conversational topic
8888
* A bot for a business has LUIS apps for creating customer accounts and placing orders, and also has a QnAMaker service for its FAQ.
8989

9090
### The Dispatch tool
91-
The Dispatch tool helps you integrate multiple LUIS apps and QnA Maker services with your bot, by creating a *dispatch app*, which is a new LUIS app that routes messages to the appropriate LUIS and QnAMaker services. See the [tutorial] for a step-by-step tutorial that combines multiple LUIS apps and QnA Maker in one bot.
91+
The Dispatch tool helps you integrate multiple LUIS apps and QnA Maker services with your bot, by creating a *dispatch app*, which is a new LUIS app that routes messages to the appropriate LUIS and QnAMaker services. See the [Dispatch tutorial](./bot-builder-tutorial-dispatch.md) for a step-by-step tutorial that combines multiple LUIS apps and QnA Maker in one bot.
9292

9393
## Use LUIS to improve speech recognition
9494

0 commit comments

Comments
 (0)