RcsReplyAction

A suggested reply action that sends predefined text and postback data when tapped by the recipient.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The postback data sent to your webhook when the user taps this reply. Maximum 2048 characters.

Link copied to clipboard

The display text of the suggested reply. Maximum 25 characters.

Functions

Link copied to clipboard
inline fun copy(block: RcsReplyAction.Builder.() -> Unit = {}): RcsReplyAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String