-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.yml
More file actions
38 lines (29 loc) · 682 Bytes
/
domain.yml
File metadata and controls
38 lines (29 loc) · 682 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
version: "3.1"
actions:
- action_hello_world
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- inform
responses:
utter_greet:
- text: "Hey! I'm FloBot! How can I assist you today?"
utter_cheer_up:
- text: "Here is something to cheer you up:"
image: "https://i.imgur.com/nGF1K8f.jpg"
utter_did_that_help:
- text: "Did that help you?"
utter_happy:
- text: "Great, carry on!"
utter_goodbye:
- text: "Goodbye! Remember to live long & prosper!"
utter_iamabot:
- text: "I am FloBot, powered by Flomad Labs."
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true