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/create-qna-bot.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Create a QnA chat bot from the **Publish** page for an existing knowledge base.
22
22
<!-- green checkmark -->
23
23
> [!div class="checklist"]
24
24
> * Create an Azure Bot Service from an existing knowledge base
25
-
> * Chat with the bot to verify the code is working
25
+
> * Chat with the bot to verify the code is working
26
26
27
27
## Prerequisites
28
28
@@ -32,9 +32,9 @@ You need to have a published knowledge base for this tutorial. If you do not hav
32
32
33
33
## Create a QnA Bot
34
34
35
-
Create a bot as a client application for the knowledge base.
35
+
Create a bot as a client application for the knowledge base.
36
36
37
-
1. In the QnA Maker portal, go to the **Publish** page, and publish your knowledge base. Select **Create Bot**.
37
+
1. In the QnA Maker portal, go to the **Publish** page, and publish your knowledge base. Select **Create Bot**.
38
38
39
39

40
40
@@ -44,32 +44,32 @@ Create a bot as a client application for the knowledge base.
44
44
45
45
|Setting|Value|Purpose|
46
46
|--|--|--|
47
-
|Bot name|`my-tutorial-kb-bot`|This is the Azure resource name for the bot.|
47
+
|Bot handle|`qna-maker-central-us-bot`|This is the Azure resource name for the bot.|
48
48
|Subscription|See purpose.|Select the same subscription as you used to create the QnA Maker resources.|
49
-
|Resource group|`my-tutorial-rg`|The resource group used for all the bot-related Azure resources.|
49
+
|Resource group|`docs`|The resource group used for all the bot-related Azure resources.|
|Pricing tier|`F0`|The free tier for the Azure bot service.|
52
-
|App name|`my-tutorial-kb-bot-app`|This is a web app to support your bot only. This should not be the same app name as your QnA Maker service is already using. Sharing QnA Maker's web app with any other resource is not supported.|
52
+
|App name|`qna-maker-central-us-bot-app`|This is a web app to support your bot only. This should not be the same app name as your QnA Maker service is already using. Sharing QnA Maker's web app with any other resource is not supported.|
53
53
|SDK Language|C#|This is the underlying programming language used by the bot framework SDK. Your choices are [C#](https://github.com/Microsoft/botbuilder-dotnet) or [Node.js](https://github.com/Microsoft/botbuilder-js).|
54
54
|QnA Auth Key|**Do not change**|This value is filled in for you.|
55
55
|App service plan/Location|**Do not change**|For this tutorial, the location is not important.|
56
-
|Azure Storage|**Do not change**|Conversation data is stored in Azure Storage tables.|
57
56
|Application Insights|**Do not change**|Logging is sent to Application Insights.|
58
57
|Microsoft App ID|**Do not change**|Active directory user and password is required.|
59
58
60
-

59
+
> [!div class="mx-imgBorder"]
60
+
> 
61
61
62
62
Wait a couple of minutes until the bot creation process notification reports success.
63
63
64
64
<aname="test-the-bot"></a>
65
65
66
66
## Chat with the Bot
67
67
68
-
1. In the Azure portal, open the new bot resource from the notification.
68
+
1. In the Azure portal, open the new bot resource from the notification.
69
69
70
70

71
71
72
-
1. From **Bot management**, select **Test in Web Chat** and enter: `How large can my KB be?`. The bot will respond with:
72
+
1. From **Bot management**, select **Test in Web Chat** and enter: `How large can my KB be?`. The bot will respond with:
73
73
74
74
75
75
`The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment)for more details.`
@@ -81,9 +81,9 @@ Create a bot as a client application for the knowledge base.
81
81
82
82
## Clean up resources
83
83
84
-
When you are done with this tutorial's bot, remove the bot in the Azure portal.
84
+
When you are done with this tutorial's bot, remove the bot in the Azure portal.
85
85
86
-
If you created a new resource group for the bot's resources, delete the resource group.
86
+
If you created a new resource group for the bot's resources, delete the resource group.
87
87
88
88
If you didn't create a new resource group, you need to find the resources associated with the bot. The easiest way is to search by the name of the bot and bot app. The bot resources include:
0 commit comments