-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
41 lines (40 loc) · 2.38 KB
/
intents.json
File metadata and controls
41 lines (40 loc) · 2.38 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
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Good day"],
"responses": ["Hello", "Good to see you ", "Hi there, how can I help?"],
"context_set": ""
},
{"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye"],
"responses": ["See you later", "Have a nice day", "Bye! Come back again soon."]
},
{"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful"],
"responses": ["Happy to help!", "Any time!", "My pleasure"]
},
{"tag": "overview",
"patterns": ["What is corona virus?", "What is Covid19", "Is corona virus a disease" ],
"responses": ["Coronavirus disease 2019 (COVID-19) is an acute infectious respiratory disease caused by a newly discovered coronavirus (SARS-CoV-2)"]
},
{"tag": "mode",
"patterns": ["How can i get infected?", "How does it spread?", "Is this contagious" ],
"responses": ["The virus that causes COVID-19 is mainly transmitted through droplets generated when an infected person coughs, sneezes, or exhales.","You can be infected by breathing in the virus if you are within close proximity of someone who has COVID-19, or by touching a contaminated surface and then your eyes, nose or mouth"]
},
{"tag": "symptoms",
"patterns": ["What are the symptoms?", "How do i know that i am infected?"],
"responses": ["fever,dry cough,tiredness are some common symptoms", "difficulty breathing or shortness of breath,chest pain or pressure,loss of speech or movement are some serious symptoms"]
},
{"tag": "treatment",
"patterns": ["Can it be treated?", "How to get it cured?", "Where can i get the treatment?"],
"responses": ["To date, there are no specific vaccines or medicines for COVID-19", "Treatments are under investigation, and will be tested through clinical trials"]
},
{"tag": "prevention",
"patterns": ["How can i prevent myself?", "What are the preventions?", "Can it be prevented?" ],
"responses": ["STAY home,KEEP a safe distance,WASH hands often,COVER your cough,SICK? Call the helpline"]
},
{"tag": "help",
"patterns": ["what is the helpline number?"],
"responses": ["call the Govt. of India helpline 1075"]
}
]
}