-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
38 lines (38 loc) · 687 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
%YAML 1.1
---
actions:
- action_retrieve_image
- utter_happy
- utter_goodbye
- utter_greet
- utter_unclear
- utter_did_that_help
- utter_ask_picture
- __main__.ApiAction
entities:
- group
intents:
- mood_unhappy
- greet
- inform
- goodbye
- mood_affirm
- mood_deny
- mood_great
slots:
group:
type: text
templates:
utter_ask_picture:
- text: To cheer you up, I can show you a cute picture of a dog, cat or a bird.
Which one do you choose?
utter_did_that_help:
- text: Did that help you?
utter_goodbye:
- text: Bye
utter_greet:
- text: Hey! How are you?
utter_happy:
- text: Great carry on!
utter_unclear:
- text: I am not sure what you are aiming for.