Skip to content

Commit 58489da

Browse files
authored
Merge pull request #397 from arafattehsin/patch-6
Update bot-service-design-pattern-knowledge-base.md
2 parents a6d33c8 + ad03bd1 commit 58489da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/bot-service-design-pattern-knowledge-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Some knowledge bots might use QnA Maker to answer basic questions in combination
172172
2. Call LUIS first, and if no intent meets a specific threshold score, i.e., "None" intent is triggered, then call QnA Maker. Alternatively, create a LUIS intent for QnA Maker, feeding your LUIS model with example QnA questions that map to "QnAIntent."
173173
3. Call QnA Maker first, and if no answer meets a specific threshold score, then call LUIS.
174174

175-
The Bot Builder SDK provide built-in support for LUIS and QnA Maker. This enables you to trigger dialogs or automatically answer questions using LUIS and/or QnA Maker without having to implement custom calls to either tool. See the [bot service templates](bot-service-concept-templates.md) for more information.
175+
The Bot Builder SDK provide built-in support for LUIS and QnA Maker. This enables you to trigger dialogs or automatically answer questions using LUIS and/or QnA Maker without having to implement custom calls to either tool. See the [Bot Builder Dispatch Tool Tutorial](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0) for more information.
176176

177177
> [!TIP]
178178
> When implementing a combination of LUIS, QnA Maker, and/or Azure Search,

0 commit comments

Comments
 (0)