forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqna-with-appinsights.bot
37 lines (37 loc) · 929 Bytes
/
qna-with-appinsights.bot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "qna-with-appinsights",
"description": "",
"services": [
{
"type": "endpoint",
"id": "1",
"name": "development",
"appId": "",
"appPassword": "",
"endpoint": "http://localhost:3978/api/messages"
},
{
"type": "qna",
"name": "qna-with-insights-QnAMaker",
"id": "34",
"kbId": "",
"subscriptionKey": "",
"endpointKey": "",
"hostname": ""
},
{
"type": "appInsights",
"tenantId": "",
"subscriptionId": "",
"resourceGroup": "",
"name": "",
"serviceName": "",
"instrumentationKey": "",
"applicationId": "",
"apiKeys": {},
"id": "4"
},
],
"padlock": "",
"version": "2.0"
}