Skip to content

Commit 32323b9

Browse files
authored
Merge pull request #50162 from msebolt/patch-71
Update integrate-qnamaker-luis.md
2 parents 6108dc9 + 676efa0 commit 32323b9

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
@@ -27,8 +27,8 @@ In the above scenario, QnA Maker first gets the intent of the incoming question
2727
- Log in to the [LUIS](https://www.luis.ai/) portal and [create an app](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/create-new-app).
2828
- [Add intents](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/add-intents) as per your scenario.
2929
- [Train](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-train) and [publish](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/publishapp) your LUIS App.
30-
- Log in to [QnA Maker](https://qnamaker.ai) and [create knowledge]() bases as per your scenario.
31-
- [Test]() and [publish]() the knowledge bases.
30+
- Log in to [QnA Maker](https://qnamaker.ai) and [create](https://www.qnamaker.ai/Create) knowledge bases as per your scenario.
31+
- Test and publish the knowledge bases.
3232

3333
## QnA Maker + LUIS Bot
3434
1. First create a Web App bot with the LUIS template, link it with the LUIS app you created above, and modify the intents. See detailed steps [here](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-csharp-tutorial-build-bot-framework-sample).

0 commit comments

Comments
 (0)