forked from dotnet-architecture/eShopOnContainersAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBot.Core.API.bot
More file actions
34 lines (34 loc) · 776 Bytes
/
Bot.Core.API.bot
File metadata and controls
34 lines (34 loc) · 776 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
33
34
{
"name": "eShopOnContainersAI-Bot.Net.Core",
"secretKey": "",
"services": [
{
"type": "endpoint",
"name": "development",
"id": "1",
"endpoint": "http://localhost:6654/api/messages",
"appId": "",
"appPassword": ""
},
{
"type": "endpoint",
"name": "production",
"id": "2",
"endpoint": "http://localhost:5135/api/messages",
"appId": "",
"appPassword": ""
},
{
"type": "luis",
"name": "eShopAI-LUIS",
"id": "3",
"appId": "<your-luis-app-id>",
"authoringKey": "<your-luis-authoring-key>",
"subscriptionKey": "<your-subscription-key>",
"region": "<your-luis-region>",
"version": "2.0",
}
],
"padlock": "",
"version": "2.0"
}