forked from cr0111/apiai-skype-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 796 Bytes
/
app.json
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
{
"name": "API.AI Skype integration",
"description": "Api.ai Skype integration allows you to create Skype bots with natural language understanding based on Api.ai technology.",
"repository": "https://github.com/api-ai/apiai-skype-bot",
"logo": "http://xvir.github.io/img/apiai.png",
"keywords": ["api.ai", "skype", "natural language"],
"env": {
"APIAI_ACCESS_TOKEN": {
"description": "Client access token for Api.ai",
"value": ""
},
"APIAI_LANG": {
"description": "Agent language",
"value": "en",
"required": false
},
"APP_ID": {
"description": "Microsoft App ID",
"value": ""
},
"APP_SECRET": {
"description": "Microsoft App Password",
"value": ""
}
},
"engines": {
"node": "5.10.1"
}
}