-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdomain.yml
81 lines (81 loc) · 2.03 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
78
79
80
81
version: '2.0'
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- how
- bot_challenge
- find_fact
- out_of_scope
- greet
- unhappy_with_result
- goodbye
- happy_with_result
- thank
- affirm
- deny
- help
- human_handoff
- more_info
- request_query
- repeated
- not_working
entities:
- keywords
slots:
keywords:
type: list
influence_conversation: true
responses:
utter_did_that_help:
- text: Did that help you?
utter_about:
- text: I'm Jackson. I'm here to help you find historical facts from black history. I search the Black History API database for you.
utter_goodbye:
- text: Bye
utter_greet:
- text: Hey!
utter_happy:
- text: Great
utter_help:
- text: I'm here to help you find historical facts from black history.
utter_how:
- text: Just enter a name or some keywords.
utter_info:
- text: Visit [https://www.blackhistoryapi.io/](https://www.blackhistoryapi.io/) for more information about the Black History API.
utter_ask_for_keywords:
- text: Who or what would you like information about?
utter_iamabot:
- text: I am a bot called Jackson, powered by Rasa.
utter_no_humans:
- text: Sorry, no humans are available. Visit [https://www.blackhistoryapi.io/](https://www.blackhistoryapi.io/) for more information about the Black History API.
utter_out_of_scope:
- text: Sorry, I can't help with that.
utter_sorry_about_result:
- text: I'm sorry about that. I can only find what the Black History API database contains.
utter_submit:
- text: I have submitted your request.
utter_youre_welcome:
- text: you're welcome.
utter_what_else:
- text: What else can I help you with?
utter_happy_to_help:
- text: Happy to help :)
utter_sorry_imabot:
- text: Sorry, I'm a mere bot.
actions:
- action_submit_query
- utter_about
- utter_did_that_help
- utter_goodbye
- utter_greet
- utter_happy_to_help
- utter_help
- utter_how
- utter_iamabot
- utter_info
- utter_no_humans
- utter_out_of_scope
- utter_sorry_about_result
- utter_what_else
- utter_youre_welcome