-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
44 lines (42 loc) · 1.04 KB
/
bot.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
30
31
32
33
34
35
36
37
38
39
40
41
42
[{
"default_cmd": "npm start",
"default_path": "./node_modules/vabbot",
"default_settings": [
{
"name": "LOCATION_PROMPT",
"value": "Where are you?",
"type": "text"
},
{
"name": "SIGNATURE",
"value": "Here's a link to your results: ",
"type": "text"
},
{
"name": "GOOGLE_LOCATION_KEY",
"value": "The Google Maps Geocoding API Key",
"type": "text"
},
{
"name": "CLASSIFIER_ID",
"value": "The Watson Natural Language Classifier ID",
"type": "text"
},
{
"name": "CLASSIFIER_USERNAME",
"value": "The Watson Natural Language Username",
"type": "text"
},
{
"name": "CLASSIFIER_PASSWORD",
"value": "The Watson Natural Language Password",
"type": "text"
}
],
"desc": "A bot to refer businesses to inbound customers",
"icon_class": "information",
"name": "vabbot",
"owner_cmd": "",
"short_desc": "A bot to refer businesses to inbound customers",
"repo_link": "https://github.com/howethomas/vabbot"
}]