forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nlp-with-dispatch.bot
60 lines (60 loc) · 1.44 KB
/
nlp-with-dispatch.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nlp-with-dispatch",
"description": "",
"services": [
{
"type": "endpoint",
"id": "1",
"name": "development",
"appId": "",
"appPassword": "",
"endpoint": "http://localhost:3978/api/messages"
},
{
"type": "luis",
"name": "Home Automation",
"appId": "",
"authoringKey": "",
"subscriptionKey": "",
"version": "0.1",
"region": "",
"id": "7"
},
{
"type": "luis",
"name": "Weather",
"appId": "",
"authoringKey": "",
"subscriptionKey": "",
"version": "0.1",
"region": "",
"id": "50"
},
{
"type": "qna",
"name": "sample-qna",
"id": "201",
"kbId": "",
"subscriptionKey": "",
"endpointKey": "",
"hostname": ""
},
{
"type": "dispatch",
"serviceIds": [
"50",
"201",
"7"
],
"name": "nlp-with-dispatchDispatch",
"appId": "",
"authoringKey": "",
"subscriptionKey": "",
"version": "Dispatch",
"region": "",
"id": "161"
}
],
"padlock": "",
"version": "2.0"
}