You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/Tutorials/integrate-qnamaker-luis.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article uses the Bot Framework v3 SDK. If you're interested in the Bot Fram
22
22
23
23
## Architecture
24
24
25
-

25
+

26
26
27
27
The preceding graphic shows that QnA Maker first gets the intent of the incoming question from a LUIS model. Then, QnA Maker uses that intent to route the question to the correct QnA Maker knowledge base.
28
28
@@ -46,7 +46,7 @@ The preceding graphic shows that QnA Maker first gets the intent of the incoming
46
46
47
47
## Web app bot
48
48
49
-
1.[Create a bot with Azure Bot Service](https://docs.microsoft.com/azure/bot-service/bot-service-quickstart?view=azure-bot-service-4.0), which automatically includes a LUIS app. Select the C# programming language.
49
+
1.[Create a "Basic" bot with Azure Bot Service](https://docs.microsoft.com/azure/bot-service/bot-service-quickstart?view=azure-bot-service-4.0), which automatically includes a LUIS app. Select the C# programming language.
50
50
51
51
1. After you create the web app bot, in the Azure portal, select the web app bot.
52
52
1. In the web app bot service navigation, select **Application Settings**. Then scroll down to the **Application settings** section of available settings.
0 commit comments