-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuestion.json
executable file
·43 lines (42 loc) · 1.24 KB
/
Question.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
[
{
"model": "intellibot.Question",
"fields": {
"context": "Name",
"question_text": "What is your name?",
"hint": "Sorry, Name should contains only alphabets: Looks like a typo!! Please Renter your name"
}
},
{
"model": "intellibot.Question",
"fields": {
"context": "Gender",
"question_text": "Are you male or female?",
"hint": "Sorry I didn't get that. Can you please answer again ?:Oops,incorrect input. Please Enter Male/Female) "
}
},
{
"model": "intellibot.Question",
"fields": {
"context": "DOB",
"question_text": "When were you born? (DD-MM-YYYY) ",
"hint": "Apologies we accept date in the format DD-MM-YYYY:Oops, I believe its not a future date. "
}
},
{
"model": "intellibot.Question",
"fields": {
"context": "Smoker",
"question_text": "Are you a smoker?",
"hint": "Yeah we need either a Yes or No:Do you Smoke?"
}
},
{
"model": "intellibot.Question",
"fields": {
"context": "DONE",
"question_text": "Thank you. Press \"Done\" for results.",
"hint": ""
}
}
]