-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
45 lines (40 loc) · 866 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
version: '2.0'
config:
store_entities_as_slots: true
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- msg:
use_entities: []
- btn:
use_entities: []
- qr:
use_entities: []
- bt_payload:
use_entities: []
- qr_payload:
use_entities: []
- handover:
use_entities: []
responses:
utter_msg:
- text: sample response msg with no attachment
utter_qr_success:
- text: received a quick reply
utter_bt_success:
- text: received a button
utter_ask_rephrase:
- text: I'm sorry, I didn't quite understand that. Could you rephrase?
utter_default:
- text: I'm sorry, I can't help you.
utter_handover:
- text: |
"I am passing you to a human."
"Please wait..."
actions:
- btn_action
- qr_action
- action_default_ask_affirmation
- action_default_fallback
e2e_actions: []