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
along with how to add follow-on prompts in the portal (see **Add new QnA pair as follow-up prompt** section
8
+
for quick way to manually add 1 or 2 to get started)
9
+
10
+
## To Use
11
+
1. Create, build and deploy a Virtual Assistant bot as described [here](https://github.com/microsoft/botframework-solutions/blob/master/docs/tutorials/csharp/virtualassistant.md)
12
+
2. Copy the **Helpers** folder to root project folder of your assistant (i.e. where the .csproj file is)
13
+
3. Copy the files from the **Models** folder into the **Models** folder of your assistant
14
+
4. Copy **Services\MultiturnQnAMaker.cs** to the **Services** folder of your assistant
15
+
5. Edit your assistant's **Dialogs\MainDialog.cs** as outlined in **Dialogs\Changes to MainDialog.cs.pdf**
16
+
6. Edit your assistant's **Services\BotServices.cs** as outlined in **Services\Changes to BotServices.cs.pdf**
17
+
7. Edit your assistant's **Startup.cs** as outlined in **Changes to Startup.cs.pdf**
18
+
8. Browse to [https://www.qnamaker.ai/](https://www.qnamaker.ai/) and find the **faq** for the assistant
19
+
you deployed in step 1 and add a few QnAs with follow-on prompts as descrived [here](https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/multiturn-conversation)
20
+
(see **Add new QnA pair as follow-up prompt** section specifically)
21
+
9. Sync the new QnA changes with your assistant as described [here](https://github.com/microsoft/botframework-solutions/blob/master/docs/tutorials/csharp/customizeassistant.md#update-your-local-lu-files-for-luis-and-qnamaker)
22
+
10. Run the bot and test it with the bot emulator by typing in the multiturn QnA questions you added
0 commit comments