-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
66 lines (46 loc) · 1000 Bytes
/
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
version: "2.0"
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- corona_states_stat
- name_entry
- location_entry
- corona_stats_check
- Thanks
actions:
- actions_corona_state_stat
- actions_name_show
- action_hello_world_action_test
- action_get_entity
- action_know_whether_previous_calculated
entities:
- name
- state
- pincode
slots:
name:
type: unfeaturized
state:
type: unfeaturized
pincode:
type: unfeaturized
responses:
utter_cheer_up:
- text: "Here is something to cheer you up:"
image: "https://i.imgur.com/nGF1K8f.jpg"
utter_happy:
- text: "Wow! I am glad to know that"
utter_goodbye:
- text: "GoodBye! Hope To See You Soon !:))"
utter_iamabot:
- text: "I am a COVID-19 Stats bot\n"
utter_Thanks:
- text: "Your Welcome . Glad I could be of some help!:))"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true