Text
Estructura
{
"msg": "Bienvenido al bot de **imbee** @name",
"type": "text"
}Ejemplo de uso
{
"steps": [
{
"name": "welcome",
"tags": ["init"],
"actions": [
{
"msg": "Bienvenido al bot de **Imbee** @name",
"type": "text"
},
{
"msg": "Aquí puedes mostrar otro mensaje\n Incluso con salto de línea",
"type": "text"
},
{
"msg": "Puedes poner tantos mensajes como quieras...",
"type": "text"
}
],
"next_step": "step_2"
}
]
}
Last updated