-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
executable file
·50 lines (38 loc) · 1.08 KB
/
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
intents:
- greet
- goodbye
- visit_rusizi
- visit_rusizi_district
- affirmative
- negative
- thankyou
entities:
- name_bot
- particular_location
- district_rusizi
actions:
- utter_goodbye
- utter_noworries
- utter_greetings
- utter_introduction
- utter_mytask
- utter_response_on_rusizi
- utter_confirm_district
- - utter_free_to_travel
templates:
utter_greetings:
- text: "Hi there"
utter_introduction:
- text: "My name is Mbaza AI I am a Covid based chatbot"
utter_mytask:
- text: "I am here to provide you with information on where you can travel in Rwanda"
utter_goodbye:
- text: "Good Bye, and Remember to keep to maintain the rules and keep safe"
utter_noworries:
- text: "My pleasure"
utter_response_on_rusizi:
- text: "Entering or exiting Rusizi is currently not permitted, however you can travel within Rusizi"
utter_confirm_district:
- text: "Do you want to travel to Rusizi District?"
utter_free_to_travel:
- text: "You are free to travel inside Rwanda expect for the District of Rusizi"