mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 13:25: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:
14
bot/data/flows/admin_print_file.json
Normal file
14
bot/data/flows/admin_print_file.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "admin_print_file",
|
||||
"role": "admin",
|
||||
"name": "🖨️ Imprimir Archivo",
|
||||
"trigger_button": "print_file",
|
||||
"steps": [
|
||||
{
|
||||
"step_id": 0,
|
||||
"variable": "UPLOAD_FILE",
|
||||
"question": "Por favor, envíame el archivo que quieres imprimir.",
|
||||
"input_type": "document"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user