forked from rahulkumaran/Hack-In-The-North
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.yml
More file actions
78 lines (63 loc) · 1.31 KB
/
domain.yml
File metadata and controls
78 lines (63 loc) · 1.31 KB
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
slots:
name:
type: text
age:
type: text
gender:
type: text
history:
type: text
acutet:
type: text
intents:
- greet
- goodbye
- mood_affirm
- mood_deny
- mood_great
- mood_unhappy
- mood_decline
actions:
- utter_greet
- utter_happy
- utter_goodbye
- utter_next_question
- utter_history_question
- utter_cheer_up
- utter_acutet
- actions.ActionPatientInfoRecurrence
- actions.ActionPatientGeneralInfo
templates:
utter_greet:
- text: "Hey! How are you?"
utter_acutet:
- text: "For how many days have you been dealing with depression?"
utter_age:
- text: "What's your age?"
utter_gender:
- text: "Are you a male or a female?"
utter_time_for_recurrence:
- text: ""
utter_history_question:
- text: "Did you ever have a history of such events?"
utter_next_question:
- text : "Is there any reason for this?"
utter_cheer_up:
- text: "Don't worry. It's going to be alright. Just follow the instruction of the psychiatrist"
utter_happy:
- text: "Great carry on!"
utter_fetching:
- text: "Getting patient info"
utter_approve:
- text: "Yes"
- text: "Ya"
- text: "Yeah"
- text: "Hmmm"
- text: "Yup"
utter_decline:
- text: "No"
- text: "Nope"
- text: "Nah"
- text: "Hmm"
utter_goodbye:
- text: "Bye"