-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
57 lines (52 loc) · 808 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
55
56
57
intents:
- indamukanyo
- response1
- response2
- response3
entities:
- answer_1
- answer_2
- answer_3
- goback
- go_to_menu
slots:
answer_1:
type: categorical
values:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
answer_2:
type: categorical
values:
- 0
- 1
- 2
- 3
- 4
- 5
answer_3:
type: categorical
values:
- 0
- 00
- 1
- 2
actions:
- utter_indamukanyo
- action_menu_1
- action_menu_2
- action_menu_3
- utter_andimake_umubare_nyawo
responses:
utter_indamukanyo:
- text: "Murakaza neza kuri Mbaza AI, urubuga rukugezaho"
utter_andimake_umubare_nyawo:
- text: "Andika umubare nyawo hagati ya 0 na"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true