-
Notifications
You must be signed in to change notification settings - Fork 1
/
domain.yml
100 lines (100 loc) · 2.54 KB
/
domain.yml
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
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- active
- thanks
- enter_state
- recovered+enter_state
- stop
- ask_news
- confirmed+enter_state
- greet
- start
- deaths
- deaths+enter_state
- affirm
- active+enter_state
- deny
- ask_precautions
- recovered
- confirmed
- help_me
- other
- enter_district
- deaths+enter_district
- active+enter_district
- confirmed+enter_district
- recovered+enter_district
- what_is_covid
entities:
- state
- district
slots:
district:
type: text
auto_fill: false
requested_slot:
type: unfeaturized
state:
type: text
auto_fill: false
status:
type: bool
auto_fill: false
validated:
type: bool
auto_fill: false
responses:
utter_did_that_help:
- text: Did that help you?
utter_happy_to_help:
- text: That's great to know! We are always happy to help!
utter_aboutus:
- text: Greetings! I am a bot designed to provide the latest updates in India. I
can provide the information about the lastest news by the WHO, precautionary
measures to be taken and the updates about different states in India.
utter_apologies:
- text: I'm sorry for not getting it right the first time. Maybe try again?
utter_fallback:
- text: Sorry. I'm afraid I didn't get you.
utter_finding_info:
- text: I'm fetching the details for you...
utter_greet:
- text: Hey there! I am CoronaBot and I give updates about the current COVID-19
situation in India. Is there anything you would like to know?
utter_help:
- text: You can ask us queries like (but not limited to):- Deaths in Maharashtra-
India covid status- Assam recoveries- Confirmed cases in Kerala- Active cases
Delhi etc.- We will try our best to keep you informed!
utter_welcome_and_safety_instructions:
- text: You are welcome! Stay Safe
utter_will_do_better:
- text: Apologies! We'll try to do better next time
utter_what_is_covid:
- text: Coronavirus disease (COVID-19) is an infectious disease caused by a newly
discovered coronavirus.
utter_thanks:
- text: Thank you!
actions:
- action_get_active_cases_of_india
- action_get_confirmed_cases_of_india
- action_get_death_rate_of_india
- action_get_recovered_cases_of_india
- action_news_updates
- action_provide_precautions
- utter_aboutus
- utter_apologies
- utter_did_that_help
- utter_finding_info
- utter_greet
- utter_happy_to_help
- utter_welcome_and_safety_instructions
- utter_will_do_better
- utter_fallback
- utter_help
- utter_thanks
- utter_what_is_covid
forms:
- state_status_form
- district_status_form