You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this it might be more effecient to embed this in data instead of adding complexity to the step layer. Since images and carrousels and etc are just ways of abstracting text based ui
For example
"id": "workout",
"type": "prompt",
"data": {
"type": "choice",
"text": "What kind of workout do you do?",
"image": "url(../img/sports.png)",
"options": [ "None", "Crossfit", "TRX", "Kung-Fu" ]
}
images, carrousel, etc..
The text was updated successfully, but these errors were encountered: