forked from digital-engine/smooch-api-ai-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
26 lines (26 loc) · 862 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
{
"name": "Smooch Bot Example App",
"description": "Smooch Bot example using Express",
"keywords": ["smooch", "bot", "express"],
"website": "https://smooch.io",
"repository": "https://github.com/smooch/smooch-bot-example",
"logo": "https://node-js-sample.herokuapp.com/node.png",
"env": {
"SMOOCH_APP_TOKEN": {
"description": "Your Smooch app token which is used to initialize the web widget.",
"required": true
},
"SMOOCH_KEY_ID": {
"description": "Your Smooch key ID, used to talk to the Smooch API",
"required": true
},
"SMOOCH_SECRET": {
"description": "Your Smooch secret, used to talk to the Smooch API",
"required": true
},
"APIAI_CLIENT_ACCESS_TOKEN": {
"description": "Your api.ai client access token, used to talk to the api.ai API",
"required": true
}
}
}