-
Notifications
You must be signed in to change notification settings - Fork 16
/
domain.yml
68 lines (59 loc) · 1.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- None
- smalltalk_human
- faq_distancing
- faq_symptoms
- faq_vaccine
- faq_vulnerable
- company_open
- company_wfh
- faq_testing
- faq_supplies
- faq_flu
- faq_howmany
- company_mitigiation
- company_deliveries
- faq_masks
- faq_timescale
- faq_spread
- faq_handwashing
- faq_curve
- faq_whatisit
- faq_origin
- faq_status
responses:
utter_greet:
- text: "Hey! I'm Nora Covid Bot. How are you feeling?"
utter_cheer_up:
- text: "Here is something to cheer you up:"
image: "https://i.imgur.com/nGF1K8f.jpg"
utter_did_that_help:
- buttons:
- payload: /affirm
title: 👍
- payload: /deny
title: 👎
text: "Did that help you?"
utter_happy:
- text: "Great, carry on! 🙂"
utter_goodbye:
- text: "Bye 👋"
utter_sad:
- text: "Thanks, I appreciate that, and I'm sorry 😔"
utter_iamabot:
- text: "I am a bot, powered by Rasa."
actions:
- action_faq_distancing
- action_faq_spread
- action_faq_status
- action_faq_symptoms
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true