fix: navegación — atras/cancelar/regresar + NLU desde menús activos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-30 23:50:09 -05:00
co-authored by Claude Sonnet 4.6
parent 79d2399ddf
commit 09db466fa6
2 changed files with 23 additions and 8 deletions
+9 -6
View File
@@ -13,12 +13,15 @@ $configJson = [
'fallback' => 'No entendí. Escribe *menu* para ver las opciones disponibles.',
'nlu_enabled' => true,
'commands' => [
'menu' => 'show_main_menu',
'informes' => 'descargar_informes',
'info' => 'enviar_informacion',
'inicio' => 'show_main_menu',
'volver' => 'show_main_menu',
'salir' => 'show_main_menu',
'menu' => 'show_main_menu',
'informes' => 'descargar_informes',
'info' => 'enviar_informacion',
'inicio' => 'show_main_menu',
'volver' => 'show_main_menu',
'salir' => 'show_main_menu',
'atras' => 'show_main_menu',
'cancelar' => 'show_main_menu',
'regresar' => 'show_main_menu',
],
// ── Menus globales ──────────────────────────────────────────────────────
'menus' => [