ReplyButton

interface ReplyButton : Action

Display a button which may have an associated icon. If the button is selected integrating application should send OutboundMessage with the supplied text and postback.

Properties

Link copied to clipboard
abstract val description: String?

optional longer more descriptive text to display with the button.

Link copied to clipboard
abstract val media: Media?

optional media/image to display with the media.

Link copied to clipboard
abstract val postback: String?

Postback to be sent as part of the OutboundMessage if the button is selected.

Link copied to clipboard
abstract val text: String

Text to display on a button.