-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdomain.yml
96 lines (78 loc) · 1.86 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
version: '2.0'
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- trigger_action_news
- greet
- bot_challenge
- affirm
- goodbye
- deny
- mood_great
- mood_unhappy
- bot_name
- out_of_scope
- ask_mood
- thanks
entities:
- querynews
slots:
querynews:
type: text
influence_conversation: true
responses:
utter_greet:
- text: ¡Hey! ¿Qué tal? ¿Puedo ayudarte en algo?
- text: ¡Hola hola, caracola!
- text: Hola, holita :D
utter_cheer_up:
- text: Esto te animará
image: https://i.imgur.com/nGF1K8f.jpg
utter_did_that_help:
- text: ¿Te ayudó?
- text: ¿Puedo hacer algo más por ti?
utter_happy:
- text: ¡Me alegra que estés feliz!
- text: :D
- text: :)
- text: ;)
- text: Te noto alegre :D
utter_goodbye:
- text: Hasta pronto
- text: Sayonara...
- text: ¡Hasta la vista!
- text: ¡Nos vemos!
utter_iamabot:
- text: Soy un bot, ¿mola?
utter_anything_else:
- text: ¿Puedo ayudarte en algo más?
- text: ¿Qué más necesitas?
- text: ¿Alguna otra cosa?
utter_out_of_scope:
- text: Ups... no sé hacer eso... :S
- text: Vaya... eso no está en mis neuronas...
utter_ask_rephrase:
- text: Ups... no lo he entendido. ¿Puedes decirlo de otra manera? :O
- text: Vaya... no me he enterado de nada... ¡Qué? :S
utter_bot_name:
- text: Soy Marvin :)
your_welcome:
- text: Para eso estamos :D
- text: De nada :) ¿Algo más?
utter_ask_mood:
- text: Muy bien, gracias :D
- text: Ya sabes, aquí... y allí, y allá... no me aburro demasiado :P
utter_default:
- text: ¿Me estás hablando en chino o algo así?
- text: Vaya... no me he enterado de nada... ¡Qué? :S
actions:
- utter_bot_name
- action_get_news
- utter_anything_else
- utter_greet
- utter_happy
- utter_iamabot
- utter_out_of_scope
- utter_ask_mood
- your_welcome