-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot.json
71 lines (71 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[{
"default_cmd": "npm start",
"default_path": "./node_modules/subprompts-bot",
"default_settings": [
{ "name": "MENU_CHOICES",
"value": "MENU_CHOICES",
"type": "text"
},
{ "name": "MENU_PROMPT",
"value": "MENU_PROMPT",
"type": "text"
},
{ "name": "CONFIRM_CONTACT",
"value": "CONFIRM_CONTACT",
"type": "text"
},
{ "name": "WHO_TO_ASK_FOR",
"value": "WHO_TO_ASK_FOR",
"type": "text"
},
{ "name": "PREFER_ALTERNATE_CONTACT",
"value": "PREFER_ALTERNATE_CONTACT",
"type": "text"
},
{ "name": "ALTERNATE_CONTACT_COLLECTION",
"value": "ALTERNATE_CONTACT_COLLECTION",
"type": "text"
},
{ "name": "DONT_CONTACT_PROMPT",
"value": "DONT_CONTACT_PROMPT",
"type": "text"
},
{ "name": "FIRST_CHOICE",
"value": "FIRST_CHOICE",
"type": "text"
},
{ "name": "SECOND_CHOICE",
"value": "SECOND_CHOICE",
"type": "text"
},
{ "name": "THIRD_CHOICE",
"value": "THIRD_CHOICE",
"type": "text"
},
{ "name": "FOURTH_CHOICE",
"value": "FOURTH_CHOICE",
"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": "Multiple choice single response bot",
"icon_class": "information",
"name": "subprompts-bot",
"owner_cmd": "",
"short_desc": "Multiple choice single response bot",
"repo_link": "https://github.com/green-bot/subprompts-bot"
}]