forked from RuthMora/api-ai-kik-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 779 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 Kik integration",
"description": "Api.ai Kik integration allows you to create Kik bots with natural language understanding based on Api.ai technology.",
"repository": "https://github.com/api-ai/api-ai-kik-bot",
"logo": "http://xvir.github.io/img/apiai.png",
"keywords": ["api.ai", "kik", "natural language"],
"env": {
"APP_NAME": {
"description": "Copy App Name here",
"value": ""
},
"KIK_API_KEY": {
"description": "Kik Api key",
"value": ""
},
"APIAI_ACCESS_TOKEN": {
"description": "Client access token for Api.ai",
"value": ""
},
"APIAI_LANG": {
"description": "Agent language",
"value": "",
"required": false
}
},
"engines": {
"node": "5.10.1"
}
}