-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintents.json
46 lines (46 loc) · 2.87 KB
/
intents.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
{
"intents" : [
{
"tag" : "greeting",
"patterns" : ["Hi","Hey","Hello","Good Morning","Good Afternoon","Good Evening","Hiya","Is there Anyone"],
"responses": ["Hi","Hello","Good Morning","Good Afternoon","Good Evening","Hiya","Hi there"]
},
{
"tag": "goodbye",
"patterns": ["Bye","See You Later", "Goodbye"],
"responses": ["See you later", "Have a nice day", "Bye! Come back again"]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Thanks for the help"],
"responses": ["Happy to help!", "Any time!", "My pleasure", "You're most welcome!"]
},
{"tag": "about",
"patterns": ["Who are you?", "What are you?", "Who you are?" ],
"responses": ["I'm John, your bot assistant", "I'm Joahn, an Artificial Intelligent bot"]
},
{"tag": "name",
"patterns": ["what is your name", "what should I call you", "whats your name?"],
"responses": ["You can call me John.", "I'm John!", "Just call me as John"]
},
{"tag": "help",
"patterns": ["Could you help me?", "give me a hand please", "Can you help?", "What can you do for me?", "I need a support", "I need a help", "support me please"],
"responses": ["Tell me how can assist you", "Tell me your problem to assist you", "Yes Sure, How can I support you"]
},
{"tag": "Vaccination",
"patterns": ["How to register for vaccination?", "I want to register for vaccination", "How can I register for vaccination"],
"responses": ["You will find a Button, Book Vaccine now on header section for registration. You just have to click on it and fill the registration form. "]
},
{"tag":"form",
"patterns":["How to fill form?", "I don't have email, then what do I do?"],
"responses":["You just have to enter all the details mentioned in the form. Then click on Register button and it will redirect to the Apponitment form, where you have to select nearby hospital and available slots.That's it"]
},
{"tag":"Hospital",
"patterns":["Where we can see nearby hospital?", "Nearby Hospital","Give me the names of nearby hospitals where Vaccination is taking place?"],
"responses":["At navigatio you will find Hospitals section. Click on it and you will find nearby hospitals."]
},
{"tag":"licensed Vaccines",
"patterns":["Which COVID-19 vaccines are licensed in India?"],
"responses":["Two vaccines that have been granted emergency use authorization by the Central Drugs Standard Control Organization (CDSCO) in India are Covishield® (AstraZeneca's vaccine manufactured by Serum Institute of India) and Covaxin® (manufactured by Bharat Biotech Limited)."]
}
]
}