-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdomain.yml
More file actions
45 lines (45 loc) · 968 Bytes
/
domain.yml
File metadata and controls
45 lines (45 loc) · 968 Bytes
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
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- goodbye
- affirm
- deny
- inquiry
- read_more_yes
- read_more_no
- mood_great
- mood_unhappy
- bot_challenge
slots:
requested_slot:
type: unfeaturized
responses:
utter_respond_greet:
- text: Hey! How can I help you today?
utter_respond_inquiry:
- text: It's a wonderful program, Has two steps to it. Do you want to read more
about it?
utter_give_web_address:
- text: Here you can visit our [website](https://covenworks.com)
utter_did_that_help:
- buttons:
- payload: Yes
title: Yes
- payload: Never
title: No
- payload: Not Sure
title: Not Sure
text: Did that help you?
utter_goodbye:
- text: Bye
utter_iamabot:
- text: I am Hero, the Coven Labs AI Assistant
actions:
- utter_respond_greet
- utter_respond_inquiry
- utter_give_web_address
- utter_did_that_help
- utter_goodbye
- utter_iamabot