This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
556 lines (550 loc) · 14.3 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
version: "3.1"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- affirm
- apertura
- ask_nombre
- cierre
- cual_es_mi_nombre
- deny
- despedida
- dia
- establecer_menu
- establecer_menu_plato
- reserva_finalizar
- give_email
- give_cantidad
- hora
- horario
- horario_concreto
- identificar
- identificar_borrar
- menu_borra_todo
- menu_borra_plato
- menu_categoria
- menu_completo
- menu_finalizar
- menu_plato_id
- menu_usuario
- opciones
- repetir_nombre
- reservar
- reserva_borrar_mesa
- saludo
- start
- stop
- reserva_usuario
entities:
- dia
- first_name
- first_name_save
- menu_hay_plato
- menu_bebida_id
- menu_bebida_nombre
- menu_bebida_precio
- menu_plato_1_id
- menu_plato_1_nombre
- menu_plato_1_precio
- menu_plato_2_id
- menu_plato_2_nombre
- menu_plato_2_precio
- menu_plato_3_id
- menu_plato_3_nombre
- menu_plato_3_precio
- menu_establecido
- menu_plato_categoria
- menu_plato_id
- reserva_hora
- reserva_comensales
- reserva_dia
- reserva_codigo
- reserva_codigo_tmp
- reserva_completa
- reserva_email
- reserva_email_set
- reserva_mesa_id
- reserva_realizada
slots:
dia:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: dia
first_name:
type: text
influence_conversation: true
mappings:
- type: from_text
conditions:
- active_loop: name_form
requested_slot: first_name
first_name_save:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: first_name_save
conditions:
- active_loop: name_form
requested_slot: first_name
first_name_set:
type: bool
influence_conversation: true
mappings:
- type: custom
conditions:
- active_loop: name_form
requested_slot: first_name
menu_hay_plato:
type: bool
influence_conversation: true
mappings:
- type: from_entity
entity: menu_hay_plato
menu_bebida_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_bebida_id
menu_bebida_nombre:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_bebida_nombre
menu_bebida_precio:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_bebida_precio
menu_plato_1_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_1_id
menu_plato_1_nombre:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_1_nombre
menu_plato_1_precio:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_1_precio
menu_plato_2_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_2_id
menu_plato_2_nombre:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_2_nombre
menu_plato_2_precio:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_2_precio
menu_plato_3_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_3_id
menu_plato_3_nombre:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_3_nombre
menu_plato_3_precio:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_3_precio
menu_establecido:
type: bool
mappings:
- type: from_entity
entity: menu_establecido
menu_plato_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_id
menu_plato_categoria:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: menu_plato_categoria
name_spelled_correctly:
type: bool
mappings:
- type: from_intent
intent: affirm
value: true
conditions:
- active_loop: name_form
requested_slot: first_name
- type: from_intent
intent: deny
value: false
conditions:
- active_loop: name_form
requested_slot: first_name
reserva_comensales:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_comensales
reserva_dia:
type: text
influence_conversation: true
mappings:
- type: from_text
intent: dia
conditions:
- active_loop: reserva_dia_form
requested_slot: reserva_dia
reserva_hora:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_hora
reserva_mesa_id:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_mesa_id
reserva_email:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_email
reserva_email_set:
type: bool
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_email_set
reserva_codigo:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_codigo
reserva_codigo_tmp:
type: text
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_codigo_tmp
reserva_completa:
type: bool
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_completa
reserva_realizada:
type: bool
influence_conversation: true
mappings:
- type: from_entity
entity: reserva_realizada
forms:
menu_plato_id_form:
required_slots:
- menu_plato_id
menu_plato_categoria_form:
required_slots:
- menu_plato_categoria
name_form:
required_slots:
- first_name
reserva_comensales_form:
required_slots:
- reserva_comensales
reserva_dia_form:
required_slots:
- reserva_dia
reserva_email_form:
required_slots:
- reserva_email
reserva_hora_form:
required_slots:
- reserva_hora
reserva_codigo_form:
required_slots:
- reserva_codigo
responses:
utter_ask_name:
- text: Introduce solo tu nombre.
utter_saludo:
- text: Hola
utter_saludo_identificacion:
- condition:
- type: slot
name: first_name_set
value: true
text: Hola {first_name}!
- text: ""
utter_despedida:
- text: Hasta otra.
utter_horario:
- text: "Nuestro horario es:"
utter_menu:
- text: ¿Quieres establecer el menu?
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
utter_menu_aviso:
- condition:
- type: slot
name: menu_establecido
value: false
text: "No se ha establecido un menu, si deseas establecerlo, escribe: 'Establecer menu' o si ya has elegido uno finaliza la eleccion con: 'Finalizar menu'. Para terminar la reserva de la mesa escribe 'Finalizar reserva'."
- condition:
- type: slot
name: menu_establecido
value: null
text: "No se ha establecido un menu, si deseas establecerlo, escribe: 'Establecer menu' o si ya has elegido uno finaliza la eleccion con: 'Finalizar menu'. Para terminar la reserva de la mesa escribe 'Finalizar reserva'."
- text: ""
utter_menu_plato_set:
- text: "¿Quieres establecer el plato de la categoria: {menu_plato_categoria}?"
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
utter_menu_categorias:
- text: Estas son las categorias disponibles, selecciona una para ver los platos de dicha categoria.
utter_menu_deny:
- text: Cancelando proceso de establecer menu.
utter_menu_borrar_deny:
- text: Cancelado proceso de eliminar menu.
utter_menu_borrar_plato:
- condition:
- type: slot
name: menu_hay_plato
value: true
text: "¿Estas seguro de querer borrar el plato que seleccionaras a continuacion?"
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
- text: ""
utter_menu_borrar_plato_selecciona:
- condition:
- type: slot
name: menu_hay_plato
value: true
text: "Introduce el identificador del plato a eliminar."
- text: "Antes tienes que establecer un menu."
utter_menu_borrar_todo:
- condition:
- type: slot
name: menu_hay_plato
value: true
text: ¿Estas seguro de querer eliminar todo?
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
- text: "Antes tienes que establecer algun plato."
utter_menu_plato_selecciona:
- text: Selecciona el plato introduciendo el identificador.
utter_reserva_borrar:
- text: ¿Estas seguro de querer eliminar la reserva de la mesa?
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
utter_reserva_borrar_deny:
- text: "Proceso de borrado de reserva cancelado."
utter_reserva_comensales:
- text: ¿Quieres establecer los comensales?
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
utter_reserva_comensales_especifica:
- text: ¿Cuantos comensales sereis?
utter_reserva_deny:
- text: Cancelado proceso de reserva.
utter_reserva_dia:
- text: ¿Que dia quieres reservar?
utter_reserva_hora:
- text: ¿Quieres establecer la hora?
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
utter_reserva_hora_especifica:
- text: Dime la hora a la que quieres reservar, en formato "14:00"
utter_te_llamas:
- condition:
- type: slot
name: first_name_set
value: true
text: Te llamas {first_name}
- text: Aun no me has dicho como te llamas, escribe "Identificarme" para establecer tu nombre.
utter_ya_identificado:
- condition:
- type: slot
name: first_name_set
value: true
text: Ya te has identificado.
- text: ""
utter_start:
- text: "¡Bienvenid@ al asistente de reservas del restaurante!"
utter_reserva_finalizar:
- condition:
- type: slot
name: reserva_completa
value: true
- type: slot
name: first_name_set
value: true
text: "¿Quieres hacer efectiva tu reserva?"
button_type: vertical
buttons:
- title: "Si"
payload: "/affirm"
- title: "No"
payload: "/deny"
- text: Aun no se ha completado la reserva de la mesa al completo.
utter_reserva_ask_email:
- text: Necesito tu email para enviar un codigo de confirmacion.
utter_reserva_ask_code:
- condition:
- type: slot
name: reserva_email_set
value: true
text: Introduce el codigo de 6 digitos enviado a {reserva_email}
- text: No se ha validado un email.
utter_reserva_ya_realizada:
- text: "Ya has realizado una reserva. Para cancelar la reserva, llama al numero: xxxxxxxxx."
utter_reserva_borrar_incompleta:
- text: "Aun no me has dicho que reserva quieres hacer."
utter_reserva_completa:
- text: "Ya me has dicho la reserva. Si quieres cambiarla, borrala primero."
utter_reserva_aviso_finalizar:
- condition:
- type: slot
name: reserva_completa
value: true
text: "Para finalizar la reserva introduce: Finalizar reserva."
- text: ""
utter_reserva_need_name:
- condition:
- type: slot
name: first_name_set
value: true
text: ""
- text: "Para finalizar la reserva es necesario saber quien eres, identificate introduciendo: Indentificarme."
utter_fallback:
- text: "Ha habido un problema y no se podido guardar el proceso actual, perdon por las inconveniencias. Por favor, envia un email a email@email.com con la conversacion y poder analizar el problema. Gracias!"
utter_parar:
- text: "Parando."
utter_menu_no_guardado:
- condition:
- type: slot
name: menu_establecido
value: false
text: "Aun no has hecho efectivo tu menu, escribe: 'Finalizar menu' para guardarlo."
- text: ""
actions:
- HorarioGet
- IdentificarBorrarUsername
- MenuBorrarPlato
- MenuBorrarTodo
- MenuGet
- MenuCheckCategoria
- MenuGetBotones
- MenuGetCategoriasButtons
- MenuGetUser
- MenuFinalizar
- MenuResetPlatoID
- ReservaBorrar
- ReservaFinalizarBorrar
- ReservaGetMesasLibres
- ReservaGetUser
- SendCodeEmail
- Opciones
- utter_ask_name
- utter_reserva_need_name
- utter_despedida
- utter_reserva_finalizar
- utter_fallback
- utter_horario
- utter_menu
- utter_menu_aviso
- utter_menu_borrar_deny
- utter_menu_borrar_plato
- utter_menu_categorias
- utter_menu_deny
- utter_menu_no_guardado
- utter_menu_plato_selecciona
- utter_menu_plato_set
- utter_reserva_ask_code
- utter_reserva_ask_email
- utter_reserva_aviso_finalizar
- utter_reserva_borrar
- utter_reserva_borrar_deny
- utter_reserva_comensales
- utter_reserva_comensales_especifica
- utter_reserva_completa
- utter_reserva_deny
- utter_reserva_borrar_incompleta
- utter_reserva_dia
- utter_reserva_hora
- utter_reserva_hora_especifica
- utter_reserva_ya_realizada
- utter_saludo
- utter_saludo_identificacion
- utter_start
- utter_parar
- utter_te_llamas
- utter_ya_identificado
- validate_menu_plato_categoria_form
- validate_menu_plato_id_form
- validate_name_form
- validate_reserva_codigo_form
- validate_reserva_comensales_form
- validate_reserva_dia_form
- validate_reserva_email_form
- validate_reserva_hora_form