-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat_tree.json
42 lines (42 loc) · 1.25 KB
/
chat_tree.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
{
"child_msg" : ["Want to hear a joke ?","What about some news ?","Wanna get motivated ?","Terminate chat"],
"children" : [
{
"child_msg" : ["Funny Joke","Very funny Joke","Pro Joke :)","Terminate chat"],
"children" : [
{
"message" : "I tried to escape the Apple store. I couldn't because there were no Windows.",
"type" : "normal"
},
{
"message" : "Internet Explorer,The best browser for downloading another browser",
"type" : "normal"
},
{
"message" : "I sing like a bee, I hum. Works every time since I forgot the lyrics.",
"type" : "normal"
}
]
},
{
"child_msg" : ["Local News","National News","World News","Terminate chat"],
"children" : [
{
"message" : "India is the best",
"type" : "normal"
},
{
"message" : "160 billion emails are sent daily, 97% of which are spam.",
"type" : "normal"
},
{
"message" : "'Google' is most searched word on Bing, Google says",
"type" : "normal"
}
]
},
{
"message" : "You're amazing and everything you do will make a positive effect on the world"
}
]
}