Skip to content

Commit 8b36a39

Browse files
committed
reviewer fixes
1 parent 590c8e5 commit 8b36a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/QnAMaker/Tutorials/integrate-qnamaker-luis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article uses the Bot Framework v3 SDK. If you're interested in the Bot Fram
2222

2323
## Architecture
2424

25-
![Graphic showing architecture of QnA Maker with language understanding](../media/qnamaker-tutorials-qna-luis/qnamaker-luis-architecture.PNG)
25+
![Graphic showing architecture of QnA Maker with Language Understanding](../media/qnamaker-tutorials-qna-luis/qnamaker-luis-architecture.PNG)
2626

2727
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.
2828

@@ -46,7 +46,7 @@ The preceding graphic shows that QnA Maker first gets the intent of the incoming
4646

4747
## Web app bot
4848

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.
5050

5151
1. After you create the web app bot, in the Azure portal, select the web app bot.
5252
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

Comments
 (0)