Reply

data class Reply(val title: String, val id: String? = null)

Shows a button that sends back a predefined text. Used in QuickReply.replies.

Constructors

Link copied to clipboard
constructor(title: String, id: String? = null)

Properties

Link copied to clipboard
val id: String? = null

Postback payload. This field is not visible to the end user.

Link copied to clipboard

Display value for the action. This is the message that will be sent back when the user taps on the button.