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
Sorry for asking here, but I tried searching for it everywhere. Is there such a thing as buttons in a chatbot response, that would have the user submit a pre-generated message? Eg click [1] to send "awesome!" or [2] to send "no thanks" type of thing.
Something similar is done with the payment - eg when you click to send XLM to a wallet, in the end that click also gets sent out as a direct message.
The text was updated successfully, but these errors were encountered:
There's no such functionality but as a workaround you could react to your messages with text (rather than emojis) and wait for the user to click either of the presented buttons. Before the last season of GoT we had a bot where you could guess who's gonna die and who's gonna live and it used this kind of a UI:
Sorry for asking here, but I tried searching for it everywhere. Is there such a thing as buttons in a chatbot response, that would have the user submit a pre-generated message? Eg click [1] to send "awesome!" or [2] to send "no thanks" type of thing.
Something similar is done with the payment - eg when you click to send XLM to a wallet, in the end that click also gets sent out as a direct message.
The text was updated successfully, but these errors were encountered: