forked from xVir/api-ai-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 821 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 Facebook integration",
"description": "Api.ai Facebook integration allows you to create Facebook bots with natural language understanding based on Api.ai technology.",
"repository": "https://github.com/api-ai/api-ai-facebook",
"logo": "http://xvir.github.io/img/apiai.png",
"keywords": ["api.ai", "facebook", "natural language"],
"env": {
"APIAI_ACCESS_TOKEN": {
"description": "Client access token for Api.ai",
"value": ""
},
"FB_VERIFY_TOKEN": {
"description": "Verification code",
"value": ""
},
"FB_PAGE_ACCESS_TOKEN": {
"description": "Page Access Token",
"value": ""
},
"APIAI_LANG": {
"description": "Agent language",
"value": "",
"required": false
}
},
"engines": {
"node": "5.10.1"
}
}