-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
95 lines (80 loc) · 1.94 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
intents:
- saludo
- action_hello
- despedida
- negacion
- como_estas
- estoy_bien
- quien_te_ha_creado
- no_estoy_bien
- de_donde_eres
- a_que_hora
- siguiente_charla
- que_hay_a_las
- donde_es
- a_que_hora_title
actions:
- utter_saludo
- utter_despedida
- utter_estoy_bien
- utter_como_estas
- utter_me_alegro
- utter_te_puedo_ayudar
- utter_vaya_hombre
- utter_mis_padres
- utter_donde_vivo
- action_find_next_talks
- action_find_talk
- action_schedule_reminder
- action_hello
- action_find_talks_by_time
slots:
speaker:
type: text
found_speakers:
type: text
confirmed_speaker:
type: text
talk:
type: text
time:
type: text
day:
type: text
forms:
- speaker_form
- talk_form
templates:
utter_saludo:
- text: "Qué pasa pisha?"
- text: "Qué pasa cabesa?"
- text: "Qué pasa quillo?"
utter_reminder:
- text: "¿Querías algo?"
image: "https://media.giphy.com/media/5wWf7H0qoWaNnkZBucU/giphy.gif"
- text: "¿Hola?"
image: "https://media.giphy.com/media/tXL4FHPSnVJ0A/giphy.gif"
utter_despedida:
- text: "venga nos vemos"
utter_estoy_bien:
- text: "yo estoy de arte"
- text: "aquí estamos chatboteando"
- text: "de categoría"
utter_como_estas:
- text: "¿y tu como andas?"
- text: "¿y tu que te cuentas?"
utter_me_alegro:
- text: "me alegro"
- text: "wena esa"
utter_te_puedo_ayudar:
- text: "¿qué te hace falta?"
- text: "¿qué necesitas?"
- text: "¿en qué te puedo ayudar?"
utter_vaya_hombre:
- text: "vaya hombre. Y encima ahora hay que ir a votar otra vez. Bueno, "
utter_mis_padres:
- text: "soy un chatbot creado por dos paquetes programando en python....bueno sobretodo uno"
utter_donde_vivo:
- text: "normalmente vivo en localhost, pero de vez en cuando hago gasto en Amazon"
utter_default:
- text: "Lo siento pero no te entiendo cabesa. ¿Qué te crees que soy Siri?"