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:
co-authored by
Claude Sonnet 4.6
parent
79d2399ddf
commit
09db466fa6
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user