-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
58 lines (57 loc) · 1.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
version: '2.0'
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- tell_content
- ask_knowledge
- ask_specific_knowledge
- give_name
- tell_name
- repeat_name
- affirm
- goodbye
- mood_great
- greet
- deny
- mood_unhappy
- bot_challenge
- ask_bot_name
- query_knowledge_base
- hello_world_intent
entities:
- user_name
- content_name
- content
- object_type
slots:
user_name:
type: text
influence_conversation: true
knowledge_base_last_object:
type: unfeaturized
knowledge_base_last_object_type:
type: unfeaturized
knowledge_base_listed_objects:
type: unfeaturized
content:
type: unfeaturized
content_name:
type: text
influence_conversation: true
object_type:
type: unfeaturized
actions:
- action_check_knowledge
- action_query_knowledge_base
- action_content_definition
- action_receive_content
- action_receive_name
- action_say_name
- utter_ask_name
- utter_goodbye
- utter_greet
- utter_happy
- utter_knowledge
- utter_specific_knowledge
- action_hello_world