-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
75 lines (67 loc) · 1.13 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
version: "2.0"
intents:
- greet
- goodbye
- affirm
- deny
- bot_challenge
- ask_league_info
- ask_top_player
- ask_player_info
- ask_fixtures
- ask_club_info
- provide_league_info
actions:
- action_provide_league_info
- action_top_player
- action_player_info
- action_fixtures
- action_club_info
- action_club_info_spec
entities:
- league_name
- statistic_type
- query_round
- query_number
- PERSON
- club_name
- first_club
- second_club
- query_type
slots:
league_name:
type: text
PERSON:
type: text
global_league_name:
type: text
statistic_type:
type: text
query_round:
type: text
club_name:
type: text
global_club_name:
type: text
first_club:
type: text
second_club:
type: text
query_type:
type: text
query_number:
type: text
season:
type: text
club_information:
type: text
responses:
utter_greet:
- text: "Hello! How can I help you?"
utter_goodbye:
- text: "Bye"
utter_iamabot:
- text: "I am a bot, powered by Rasa."
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true