mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 13:25:19 +00:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"id": "admin_check_agenda",
|
|
"role": "admin",
|
|
"trigger_button": "📅 Revisar Agenda",
|
|
"steps": [
|
|
{
|
|
"step_id": 0,
|
|
"variable": "AGENDA_TIMEFRAME",
|
|
"question": "Consultando el oráculo del tiempo... ⏳",
|
|
"options": ["📅 Hoy", "🔮 Mañana"]
|
|
},
|
|
{
|
|
"step_id": 1,
|
|
"variable": "AGENDA_ACTION",
|
|
"question": "Aquí tienes tu realidad: {CALENDAR_DATA}",
|
|
"options": ["✅ Todo bien", "🛑 Bloquear Espacio"]
|
|
}
|
|
]
|
|
}
|