-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignment_1_response_series_1.json
79 lines (78 loc) · 1.53 KB
/
assignment_1_response_series_1.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
{
"stage1": {
"Bot Says": [
{
"message": {
"text": "Hello! I'm Sarah. I'm your personal assistant."
}
},
{
"message": {
"text": "Before starting please tell me your first name"
}
}
],
"User Says": "Pratik"
},
"stage2": {
"Bot Says": [
{
"message": {
"text": "Before starting please tell me your last name"
}
}
],
"User Says": "Agarwal",
},
"stage3": {
"Bot Says": [
{
"message": {
"text": "And your gender?",
"quick_replies": [
{
"content_type": "text",
"title": "Male",
"payload": "male"
},
{
"content_type": "text",
"title": "Female",
"payload": "female"
}
]
}
}
],
"User Says": "Male"
},
"stage4": {
"Bot Says": [
{
"message": {
"text": "May I know your age?"
}
}
],
"User Says": "what's your age?"
},
"stage5": {
"Bot Says": [
{
"message": {
"text": "I couldn't quite get how that response can be your age :/ Please enter your valid age."
}
}
],
"User Says": "31 yrs"
},
"stage6": {
"Bot Says": [
{
"message": {
"text": "Congratulations! Registration Successful."
}
}
]
}
}