-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat_tree.json
42 lines (42 loc) · 1.05 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","PJ :)","Terminate chat"],
"children" : [
{
"message" : "getJoke()",
"type" : "function"
},
{
"message" : "Santa Banta Ha Ha Ha",
"type" : "normal"
},
{
"message" : "Banta Santa",
"type" : "normal"
}
]
},
{
"child_msg" : ["Local News","National News","World News","Terminate chat"],
"children" : [
{
"message" : "getNews()",
"type" : "function"
},
{
"message" : "India is the best",
"type" : "normal"
},
{
"message" : "India becomes a super power",
"type" : "normal"
}
]
},
{
"message" : "You're amazing and everything you do will make a positive effect on the world"
}
]
}