-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbasicReply.json
46 lines (46 loc) · 1.1 KB
/
basicReply.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
{
"messages": [
{
"content": "Hello there!",
"option": {
"content": "Hello! What's your name?",
"reply": {
"content": "I am Interactive Message!"
}
}
},
{
"content": "Here are some usage of messages"
},
{
"content": "Welcome to this demo!",
"option": {
"content": "What is this demo about?",
"reply": {
"content": "This demo shows some of the features of Interactive Message.",
"option": {
"content": "What are the features?",
"reply": {
"content": "It will come soon!"
}
}
}
}
},
{
"content": "Hope you'll love it.",
"option": {
"content": "Can I use it?",
"reply": {
"content": "Sure! It is open sourced, try it out <a href='https://github.com/bofeiw/InteractiveMessage'>here</a>",
"option": {
"content": "Thanks!",
"reply": {
"content": "No worries. Please help your self."
}
}
}
}
}
]
}