-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
82 lines (82 loc) · 2.23 KB
/
db.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
80
81
82
{
"messages": [{
"message": "Hiiii.. I am your Roo's Bot and here to help you..Common get started",
"id": 1
},
{
"message": "hello",
"id": 2
},
{
"message": "hello",
"id": 3
},
{
"message": "hii",
"id": 4
},
{
"message": "hii",
"id": 5
}
],
"botresponse": [{
"user": "Hi",
"bot": {
"text": "Hello How can I help you?",
"url": ""
}
},
{
"user": "How are you",
"bot": {
"text": "I'm fine. ",
"url": ""
}
},
{
"user": "Enroll for the course",
"bot": {
"text": "Please check the site displayed in the background",
"url": "https://umkc.umsystem.edu/psp/csprdk/?cmd=login"
}
},
{
"user": "How can I pay the fee?",
"bot": {
"text": "Please check the url for more details.Click Yes if you want to navigate to the url?",
"url": "https://umkc.umsystem.edu/psp/csprdk/?cmd=login"
}
},
{
"user": "show my courses",
"bot": {
"text": "Please check the site displayed in the background",
"url": "https://umkc.instructure.com/"
}
},
{
"user": "general info",
"bot": {
"text": "Please check the site displayed in the background",
"url": "https://www.umkc.edu/"
}
},
{
"user": "Show me directions from Student union to Royal hall",
"bot": {
"directions": true,
"text": "Look map for directions shown",
"origin": "Student Union",
"destination": "Royal Hall"
}
},
{
"user": "Need to book an appointment",
"bot": {
"text": "Appointment ",
"url": "https://sce.umkc.edu/resources/advising-support/"
}
}
]
}