-
Notifications
You must be signed in to change notification settings - Fork 0
/
conversation.json
164 lines (164 loc) · 5.18 KB
/
conversation.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"INTRODUCTION": {
"messages": [
"Hey friend!",
"Hi there!",
"Hullo 😊",
"Hiya!",
"Hi!",
"Heya! 👋",
"Hey champ! 🏆🥇",
"Wassup?!"
],
"user_response": 0
},
"ONBOARDING_START": {
"messages": [
"I'm WHACK Bot 🤖 It's nice to meet you! My creators made me to help people track their mental health progress and suggest tips to make your day go better. The idea is: If you check in with me once a day, we'll work together to keep you feeling great."
],
"user_response": 0
},
"ONBOARDING_ASK": {
"messages": [
"Before I show you around, it helps me to know what you'd like some help with. Would you mind sharing a little about yourself and your mental health goals?"
],
"user_response": 1
},
"ONBOARDING_FINISH": {
"messages": [
"Thank you for introducing yourself! Nothing makes me happier than making a new friend 😊 Welcome to the Whack bot family!!! 🎉"
],
"user_response": 0
},
"CHECKIN_START": {
"messages": [
"Would you like to check in with me today?"
],
"user_response": 1
},
"CHECKIN_YES": {
"messages": [
"Awesome!",
"Great!"
],
"user_response": 0
},
"CHECKIN_NO": {
"messages": [
"No problem 😊 If you change your mind, you can always check in with me again!",
"Totally understand! If it's a busy day, feel free to come back later!"
],
"user_response": 0
},
"CHECKIN_BASELINE": {
"messages": [
"How are you feeling today on a scale from 1 (not too great) to 5 (feeling fantastic)?"
],
"user_response": 1
},
"CHECKIN_RESP": {
"user_response": 0
},
"INTERV_START": {
"messages": [
"Would you like to try a mental health exercise with me today?",
"Are you up for trying something new? 😊"
],
"user_response": 1
},
"INTERV_YES": {
"messages": [
"Amazing! I'm super excited to share this idea with you 😄",
"Sweet!! My non-existent heart is positively RACING with excitement 🤖",
"Fantastic! Gotta keep working out those mental health muscles 💪💪💪",
"Woo great job practicing #selfcare today!"
],
"user_response": 0
},
"INTERV_NO": {
"messages": [
"That's okay! Thanks for letting me know 😊",
"Ok no worries - Maybe tomorrow!"
],
"user_response": 0
},
"INTERV_PROMPT": {
"user_response": 1
},
"INTERV_FEEDBACK": {
"messages": [
"That's it, you're done for the day! How do you feel now, on a scale from 1 (not too great) to 5 (feeling fantastic)?"
],
"user_response": 1
},
"INTERV_KEEP": {
"messages": [
"Thanks for sharing! 😊 Would you like to repeat this exercise sometime in the future?"
],
"user_response": 1
},
"INTERV_END": {
"messages": [
"Cool, I'll keep your feedback in mind!! Thank you so much for spending time with me!!"
],
"user_response": 0
},
"JOURNAL_START": {
"messages": [
"Is there anything else you want to tell me today? Feel free to talk to me about anything - I will keep it strictly between you and me! I know that it helps to talk to someone sometimes 😊"
],
"user_response": 1
},
"JOURNAL_YES": {
"messages": [
"Yay!",
"Ok, I'm ready!",
"Excellent!"
],
"user_response": 0
},
"JOURNAL_NO": {
"messages": [
"That's perfectly ok! Just remember that I'm always here whenever you want to talk to me. Literally... I'm always here. I'll never fall asleep on you 😅"
],
"user_response": 0
},
"JOURNAL_PROMPT": {
"messages": [
"Tell me anything you would like! I've been told I'm an excellent listener... When you're done journaling, just type 'stop'!",
"My ears are all open! What's been on your mind recently? When you're done journaling, just type 'stop'!"
],
"user_response": 1
},
"JOURNAL_END": {
"messages": [
"Thank you for your thoughts! I really enjoy listening to people 😊"
],
"user_response": 0
},
"GRAPH_START": {
"messages": [],
"user_response": 0
},
"GRAPH_YES": {
"messages": [],
"user_response": 0
},
"GRAPH_NO": {
"messages": [],
"user_response": 0
},
"GRAPH_END": {
"messages": [],
"user_response": 0
},
"WRAPUP": {
"messages": [
"Thanks for visiting me today. Goodbye for now!",
"Thanks for stopping by - see you soon!",
"Thanks for coming to chat with me; I'll see you around!",
"Thank you for chatting - I hope to see you again real soon!"
],
"user_response": 1
}
}