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
Bots can currently display 3 types of buttons: URL buttons, post-back buttons, and quick replies, but the default component for these may not always be enough. For example, an application may wish to add a custom listener to one or more button types, to run custom effects or provide analytics, or it may wish to customize the button rendering with extra elements (like icons for specific links).
It would therefore be helpful to extend the renderers setting introduced in #159 for images and text with a new ButtonRenderer type.
The text was updated successfully, but these errors were encountered:
Bots can currently display 3 types of buttons: URL buttons, post-back buttons, and quick replies, but the default component for these may not always be enough. For example, an application may wish to add a custom listener to one or more button types, to run custom effects or provide analytics, or it may wish to customize the button rendering with extra elements (like icons for specific links).
It would therefore be helpful to extend the
renderers
setting introduced in #159 for images and text with a newButtonRenderer
type.The text was updated successfully, but these errors were encountered: