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
fun Reply(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
val title: String

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