-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.yml
More file actions
68 lines (54 loc) · 1.37 KB
/
rules.yml
File metadata and controls
68 lines (54 loc) · 1.37 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
version: "3.1"
rules:
- rule: Respond to greeting
steps:
- intent: greet
- action: utter_greet
- rule: Respond to wellbeing
steps:
- intent: ask_wellbeing
- action: utter_wellbeing
- rule: Respond to course query
steps:
- intent: ask_course
- action: utter_course
- rule: Respond to origin query
steps:
- intent: ask_origin
- action: utter_origin
- rule: Respond to subject opinion
steps:
- intent: ask_subject_opinion
- action: utter_subject_opinion
- rule: Respond to university location
steps:
- intent: ask_university_location
- action: utter_university_location
- rule: Respond to aim in life
steps:
- intent: ask_aim
- action: utter_aim
- rule: Respond to learning goals
steps:
- intent: ask_learning_goal
- action: utter_learning_goal
- rule: Respond to bot job query
steps:
- intent: ask_bot_job
- action: utter_bot_job
- rule: Respond to feeling good
steps:
- intent: tell_feeling_good
- action: utter_feeling_good
- rule: Respond to gratitude
steps:
- intent: gratitude
- action: utter_gratitude
- rule: End conversation
steps:
- intent: goodbye
- action: utter_goodbye
- rule: Handle fallback
steps:
- intent: nlu_fallback
- action: utter_default