-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnurse_domain.yml
87 lines (75 loc) · 1.59 KB
/
nurse_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
intents:
- reach
- thanks
- greet
- attention
- goodbye
- deny
- joke
- affirm
- take
- move
- status
- call
entities:
- object
- place
- status
- callto
slots:
object:
type: text
place:
type: text
status:
type: text
callto:
type: text
actions:
- utter_standby
- utter_greet
- utter_reach
- utter_thanks
- utter_somethingelse
- utter_move
- utter_whereto
- utter_askstatus
- utter_attention
- action_joke
- action_call
- action_status
templates:
utter_attention:
- text: "Yes, How can I help you?"
- text: "Yes, tell me. How can I be useful?"
- text: "I'm here. What can I do for you?"
utter_greet:
- text: "Hello! You can call me Nurse. How can I help you?"
- text: "Hello human! You can call me Nurse. What can I do for you?."
- text: "Greetings. You can call me Nurse. How may I help you?"
- text: "Hi human. You can call me Nurse. How may I help you?"
utter_thanks:
- text: "My pleasure. "
- text: "You're welcome."
- text: "Anytime!"
utter_standby:
- text: "I'll be here if you need me."
- text: "Let me know if you need anything."
- text: "I'm at your service."
- text: "Call me if you need anything"
utter_reach:
- "Sure! Here it is."
- "Of course! Here it is."
- "Absolutely. Here it is."
utter_somethingelse:
- text: Do you need anything else?
- text: Can I do something else for you?
- text: Is there something else I can do for you?
utter_whereto:
- text: Where?
utter_move:
- text: Ok, let's go.
- text: Sure, let me help you.
- text: Sure, let's go.
utter_askstatus:
- text: How do you feel?