-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagresp.json
More file actions
116 lines (116 loc) · 3.57 KB
/
tagresp.json
File metadata and controls
116 lines (116 loc) · 3.57 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"tagresp": [
{
"tag": "greeting",
"patterns": [
"Hello",
"Hi",
"Hey",
"How are you",
"Is anyone there?",
"Good day",
"Good morning",
"Good afternoon",
"Good evening"
],
"responses": [
"Hello",
"Hello, how can I help you?",
"Hello, what can I do for you?",
"Hello, how can I help?"
]
},
{
"tag": "goodbye",
"patterns": ["Bye", "Goodbye"],
"responses": [
"Have a nice day.",
"Bye!",
"Hope you stay well.",
"Stay healthy."
]
},
{
"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful","Thank you so much", "Thank's a lot!"],
"responses": ["Happy to help.", "Any time.", "Glad to be of help."]
},
{
"tag": "timing",
"patterns": [
"When will consultation be possible?",
"Are doctors available right now?",
"At what time will the doctors be available?",
"What are the doctor's timings?",
"What time should I come?"
],
"responses": [
"Consultation time is between 9:00 am and 12:30 pm. Please book an appointment.",
"Emergency aid is always available. Please book an appointment between 9:00 am and 12:30 pm for non-emergencies."
]
},
{
"tag": "payments",
"patterns": [
"Do you accept debit cards?",
"Do you only accept cash??",
"Do you accept Mastercard?",
"Can I pay with Google Pay?",
"Can I pay using Gpay?"
],
"responses": [
"We accept debit cards, mastercard and Gpay",
"You may pay using cash, card or Gpay."
]
},
{
"tag": "room",
"patterns": [
"Are private rooms available?",
"How to manage long stay?",
"Are the rooms clean?"
],
"responses": [
"Private rooms are available in the posh South block.",
"Please book one of our health department approved private rooms after providing patient details."
]
},
{
"tag": "department",
"patterns": [
"What all departments are there?",
"What diseases are treated?"
],
"responses": [
"We have Orthopaedic, Cardiovascular, Paediatric, General Medicine and Dermatology departments.",
"We provide general care, treat heart, skin and skeletal diseases, and provide care for infants and young children."
]
},
{
"tag": "treatment",
"patterns": [
"What treatments do you provide?",
"Are scans possible?",
"Are surgeries possible?"
],
"responses": [
"All required treatments are available including surgery and scanned diagnosis.",
"We have high quality scanning devices to provide the best possible treatment via surgery or otherwise.",
"Our scanning machines produce accurate results and all necessary surgeries and medicinal treatments are available."
]
},
{
"tag": "pharmacy",
"patterns": [
"Do you have a pharmacy?",
"Are medicines available?",
"Blood bank?"
],
"responses": [
"We have a pharmacy within the hospital with all required medicines. The hospital also has a blood bank.",
"A blood bank and pharmacy stocked with latest medicines present.",
"Reknowned pharmacy with the most effective medicines, and blood bank available."
]
}
]
}