mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
refactor: Migrate bot core and modules from talia_bot to bot directory, update start_bot.sh and Dockerfile, and modify README.md.
This commit is contained in:
26
bot/data/flows/admin_idea_capture.json
Normal file
26
bot/data/flows/admin_idea_capture.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"id": "admin_idea_capture",
|
||||
"role": "admin",
|
||||
"name": "💡 Capturar Idea",
|
||||
"trigger_button": "capture_idea",
|
||||
"steps": [
|
||||
{
|
||||
"step_id": 0,
|
||||
"variable": "IDEA_CONTENT",
|
||||
"question": "Te escucho. 💡 Las ideas vuelan...",
|
||||
"input_type": "text_or_audio"
|
||||
},
|
||||
{
|
||||
"step_id": 1,
|
||||
"variable": "IDEA_CATEGORY",
|
||||
"question": "¿En qué cajón mental guardamos esto?",
|
||||
"options": ["💰 Negocio", "📹 Contenido", "👤 Personal"]
|
||||
},
|
||||
{
|
||||
"step_id": 2,
|
||||
"variable": "IDEA_ACTION",
|
||||
"question": "¿Cuál es el plan de ataque?",
|
||||
"options": ["✅ Crear Tarea", "📓 Guardar Nota"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user