-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
77 lines (60 loc) · 1.22 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
69
70
71
72
73
74
75
76
77
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- language_learn
- thank
- faq
- contact_us
- inform
entities:
- first_name
- last_name
- email
- company
forms:
- contact_us_form
responses:
utter_greet:
- text: "Hey! How are you?"
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: "Bye"
utter_iamabot:
- text: "I am a bot, powered by Rasa."
utter_language_learn:
- text: "Fadi! is that you?"
utter_noworries:
- text: "No worries!"
utter_ask_first_name:
- text: "What is your First Name?"
utter_ask_last_name:
- text: "What is your Last Name?"
utter_ask_email:
- text: "What is your Email?"
utter_ask_company:
- text: "What is the company you work for or own?"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
actions:
- respond_faq
slots:
first_name:
type: unfeaturized
last_name:
type: unfeaturized
email:
type: unfeaturized
company:
type: unfeaturized