-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.json
82 lines (82 loc) · 2.13 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
72
73
74
75
76
77
78
79
80
81
82
[{
"default_cmd": "npm start",
"default_path": "./node_modules/survey-bot",
"default_settings": [
{
"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": "NAME_PROMPT",
"value": "May I please have your name?",
"type": "text"
},
{
"name": "QUESTION_1",
"value": "Change me to change question 1, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_2",
"value": "Change me to change question 2, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_3",
"value": "Change me to change question 3, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_4",
"value": "Change me to change question 4, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_5",
"value": "Change me to change question 5, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_6",
"value": "Change me to change question 6, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_7",
"value": "Change me to change question 7, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_8",
"value": "Change me to change question 8, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_9",
"value": "Change me to change question 9, delete me to supress",
"type": "text"
},
{
"name": "QUESTION_10",
"value": "Change me to change question 10, delete me to supress",
"type": "text"
},
{
"name": "SIGNATURE",
"value": "Thank you, you can visit us on the web at http://www.green-bot.com",
"type": "text"
}
],
"desc": "Asks a series of questions, storing the answers.",
"icon_class": "information",
"name": "survey-bot",
"owner_cmd": "",
"short_desc": "A simple survey bot, asks questions and remembers answers",
"repo_link": "git@github.com/green-bot/survey-bot.git"
}]