-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
154 lines (147 loc) · 3.52 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
%YAML 1.1
---
intents:
- breakfast
- addtobreakfast
- greeting
- goodbye
- mood_happy
- mood_sad
- weather
- worklocation
- homelocation
- breakfastsuggestion
- test
- mood_affirm
- mood_deny
- stop
- workdistance
- check_calendar
- add_to_calendar
- time
- date
- coin_flip
- rain_chance
- IPweather
- weather_variable
entities:
- homelocation
- worklocation
- breakfast
- location
- date
- formattedDate
- eventText
slots:
breakfast:
auto_fill: false
type: unfeaturized
homelocation:
auto_fill: false
type: unfeaturized
location:
type: text
requested_slot:
type: unfeaturized
weather:
type: text
worklocation:
auto_fill: false
type: unfeaturized
date:
type: text
dockerdate:
type: text
formattedDate:
type: text
eventText:
type: text
weatherDate:
type: text
formattedWeatherDate:
type: text
templates:
utter_ask_breakfast:
- text: Please enter your breakfast suggestion
- text: Please enter the meal you would like to add
utter_ask_continue:
- text: Are you sure you want to stop this?
- text: Are you certain you want to stop this process?
- text: Do you really want to stop this?
utter_ask_homelocation:
- text: Please enter the postcode of your home
- text: Please enter the location of your home, postcode is most reliable
utter_ask_worklocation:
- text: Please enter the postcode of your work
- text: Please enter the location of your work, postcode is most reliable
utter_breakfast:
- text: '{breakfast}'
utter_goodbye:
- text: Goodbye!
- text: See ya!
- text: See you next time!
- text: Thanks for chatting!
- text: Bye! See you next time!
- text: Bye!
utter_greeting:
- text: Hello!
- text: Hi!
- text: Greetings!
- text: Hello! How are you feeling today?
- text: Hi! How are you feeling today?
- text: Greetings! How are you feeling today?
utter_happy:
- text: Great! I hope you stay happy.
- text: Perfect! That's great.
- text: Cool! Me too!
utter_sad:
- text: Oh that isn't good! I hope you feel better later.
- text: Oh no :( I hope you feel better soon.
- text: That isn't good. Can my services cheer you up?
utter_anything_else:
- text: You're welcome! Is there anything else you need help with today?
- text: No problem! Is there anything else you need help with today?
utter_help:
- text: Okay, there are many ways I can help you. What do you need help with specifically?
- text: Great! What can I help you with?
utter_real:
- text: That is for me to know, and for you to find out :)
- text: How do I know I am not talking to a computer or robot?
- text: <debug mode activated> Registered user action... just kidding, what do you need help with today?
- text: What a question... a question which I cannot answer unfortunately. Do you need help with anything today?
utter_stop:
- text: I understand, stopping
- text: Okay, stopping
- text: Stopping
utter_test:
- text: 'Slot value: {date} and {formattedDate}'
utter_weather:
- text: '{weather}'
actions:
- action_wipebreakfast
- action_weather
- action_get_weather_from_ip
- utter_greeting
- utter_breakfast
- action_suggestbreakfast
- utter_sad
- action_test
- utter_test
- utter_weather
- utter_stop
- utter_happy
- utter_goodbye
- utter_ask_continue
- action_get_date_value
- action_search_database
- action_add_to_calendar
- action_wipe_event_text
- action_time
- action_date
- action_flipcoin
- action_rain_chance
- action_get_weather_date
- action_weather_date
forms:
- commute_form
- breakfast_form