-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
58 lines (58 loc) · 1.22 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
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- affirm
- deny
- cancel_reminder
- goodbye
- tell_medicine_name
- tell_medicine_time
- tell_interval
- EXTERNAL_reminder
- chitchat
- stop
- request_medicine_reminder
entities:
- medicine_name
- time
- duration
slots:
interval:
type: unfeaturized
auto_fill: false
medicine_name:
type: unfeaturized
auto_fill: false
time:
type: unfeaturized
auto_fill: false
responses:
utter_greet:
- text: Hii I am medibot. I remind you of your daily medicine times, so that you
don't forget them :) Do you want to avail my service?
utter_bye:
- text: Bye.
utter_ask_medicine_name:
- text: Please enter your medicine name?
utter_ask_time:
- text: Please enter your medicine time?
utter_ask_interval:
- text: Please tell your reminder intervals?
utter_chitchat:
- text: Let's fill the required medicine information. No chitchat :)
utter_ask_continue:
- text: Do you wish to continue?
actions:
- action_react_to_reminder
- action_cancel_reminder
- utter_greet
- utter_bye
- utter_ask_medicine_name
- utter_ask_time
- utter_ask_interval
- utter_chitchat
- utter_ask_continue
forms:
- medicine_form