-
Notifications
You must be signed in to change notification settings - Fork 2
/
domain.yml
54 lines (43 loc) · 929 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
# entities:
# -doc-name
intents:
- greet
- self_identify
- confirm_identity
- ask_consent
- ask_problem
- assess_understanding
- any_questions
- follow_up
- goodbye
# slots:
# - doc_name
actions:
- utter_greet
- utter_greet_name
- utter_identity
- utter_consent
- utter_problem
- utter_understanding
- utter_any_questions
- utter_follow_up
- utter_goodbye
templates:
utter_greet:
- text: "Hi Doctor1."
utter_greet_name:
- text: "Hi Doctor2."
utter_identity:
- text: "My name is Alex Laframboise, my address is 6 Burlington Avenue, San Francisco."
utter_consent:
- text: "Yes, that's fine."
utter_problem:
- text: "I have a tightness in my chest."
utter_understanding:
- text: "Yes, I understand."
utter_any_questions:
- text: "No, that's all."
utter_follow_up:
- text: "That's fine. I'm free after next Tuesday."
utter_goodbye:
- text: "Bye."