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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Are you sure this is an issue with the Botkit core module?
Yes
What are you trying to achieve or the steps to reproduce?
I want to create a convo flow to get feedback with quick replies but I always get only the first letter of text field
What was the result you received?
botkit:web OUTGOING > { type: 'message', text: '¿' }
What did you expect?
botkit:web OUTGOING > { text: '¿Es correcta la respuesta?', quick_replies: [ { title: "Sí", payload: "feedback_ok" }, { title: "No", payload: "feedback_ko" } ] }
Context:
The text was updated successfully, but these errors were encountered: