forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathasp-mvc-bot.bot
More file actions
32 lines (32 loc) · 709 Bytes
/
Copy pathasp-mvc-bot.bot
File metadata and controls
32 lines (32 loc) · 709 Bytes
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
{
"name": "asp-mvc-bot",
"description": "",
"services": [
{
"type": "endpoint",
"name": "bot1 development",
"endpoint": "http://localhost:3978/bot1",
"appId": "",
"appPassword": "",
"id": "1"
},
{
"type": "endpoint",
"name": "bot2 development",
"endpoint": "http://localhost:3978/bot2",
"appId": "",
"appPassword": "",
"id": "2"
},
{
"type": "endpoint",
"name": "bot3 development",
"endpoint": "http://localhost:3978/bot3",
"appId": "",
"appPassword": "",
"id": "3"
}
],
"padlock": "",
"version": "2.0"
}