-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.yml
More file actions
39 lines (30 loc) · 678 Bytes
/
domain.yml
File metadata and controls
39 lines (30 loc) · 678 Bytes
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
intents:
- greet
- goodbye
- thanks
- find_time_zone
- find_time_zone_for_location
- city_info
entities:
- city
slots:
city:
type: text
actions:
- action_find_and_show_time_zone
responses:
utter_greet:
- text: "Hey!"
- text: "Hello"
utter_goodbye:
- text: "Bye!"
- text: "Goodbye.."
utter_ask_location:
- text: "I can find the time zone for cities. Which city do you need the time zone of?"
utter_finding_time_zone:
- text: "Ok, give me a second to look up the time zone of {city}"
utter_you_are_welcome:
- text: "I am happy to help!"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true