-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.json
37 lines (32 loc) · 1.03 KB
/
messages.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
{
"messages": [
{
"message": ["hi","hello","hey","Hi","Hey","Hello", "howdy"],
"answer": "Hello to you too! How are you feeling today?"
},
{
"message": ["good", "great","fine","Good","Great","Fine"],
"answer": "I am glad to hear that. How was your day?"
},
{
"message": ["sad", "bad","upset","Sad","Bad","Upset"],
"answer": "Why don't you tell me why?"
},
{
"message": ["because","Because","around"],
"answer": "Do you think you're being fair?"
},
{
"message": ["damnit", "hudutumoif"],
"answer": "I'm sorry, but please try calm down"
},
{
"message": ["calm"],
"answer": "it is okay to cry"
},
{
"message": ["leaving","going","goodbye"],
"answer": "I will see you later, various customer of mine, but I am still charging you for the full hour"
}
]
}