-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
53 lines (52 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
53
[{
"default_cmd": "npm start",
"default_path": ".\/node_modules\/leads",
"default_settings": [
{
"name": "CONFIRMATION_PROMPT",
"value": "Would you like someone to contact you?",
"type": "text"
},
{
"name": "NAME_PROMPT",
"value": "Who should we ask for?",
"type": "text"
},
{
"name": "OTHER_CONTACT_CONFIRM",
"value": "Is there another way you would like to be contacted?",
"type": "text"
},
{
"name": "OTHER_CONTACT_PROMPT",
"value": "How else would you like to be contacted?",
"type": "text"
},
{
"name": "NOTE_PROMPT",
"value": "Please tell us how we can help. Send a single Q to quit",
"type": "text"
},
{
"name": "PROMPT_1",
"value": "Change me to change prompt 1",
"type": "text"
},
{
"name": "PROMPT_2",
"value": "Change me to change prompt 2",
"type": "text"
},
{
"name": "SIGNATURE",
"value": "Thank you, you can visit us on the web at http://www.green-bot.com",
"type": "text"
}
],
"desc": "Collect information from an advertisement",
"icon_class": "information",
"name": "leads",
"owner_cmd": "",
"short_desc": "Collect information from an advertisement",
"repo_link": "http:\/\/www.github.com\/greenbot\/leads_bot"
}]