Chat Bubble with Built-in CTA Actions #856
Unanswered
BriceFab
asked this question in
Ideas & Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For chatbot use-cases it would be very helpful if a chat bubble itself could render Call-to-Action buttons (e.g., “Track order”, “Contact support”, “View details”) below the bot’s message.
Why
• Keeps suggested actions visually tied to the bot’s message.
• Avoids custom customMessageBuilder boilerplate for every project.
• Improves accessibility and consistency across apps.
Expected behavior
• A bot’s message can include a list of actions (text replies or callbacks).
• The UI renders these as small chips or buttons inside / under the bubble.
• Taps can either prefill the composer or trigger a callback/event.
• Should support theming, horizontal scroll for overflow, and work with pagination.
Benefit
This would streamline implementing common chatbot interaction patterns (like FAQ buttons, “Yes/No”, or next-step options) directly in the conversation flow.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions