forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqna-with-appinsights.bot
38 lines (38 loc) · 1.04 KB
/
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
38
{
"name": "qna-with-appinsights",
"secretKey": "",
"services": [
{
"type": "endpoint",
"name": "qna-with-appinsights",
"id": "http://localhost:3978/api/messages",
"appId": "",
"appPassword": "",
"endpoint": "http://localhost:3978/api/messages"
},
{
"type": "qna",
"id": "qnamakerService",
"name": "qnamakerService",
"kbId": "",
"subscriptionKey": "",
"endpointKey": "",
"hostname": "",
"ignoredValue": ""
},
{
"type": "appInsights",
"id": "appInsights",
"name": "appInsights",
"tenantId": "",
"subscriptionId": "",
"resourceGroup": "",
"instrumentationKey": "",
"applicationId": "00000000-0000-0000-0000-000000000000",
"apiKeys": {
"key1": "testKey1",
"key2": "testKey2"
}
}
]
}