QuickRepliesFormat

@JsonClass(generateAdapter = true)
class QuickRepliesFormat(val optionItems: List<OptionItem.TypedOptionItem>, val text: String) : ChoicesFormat

A choices message displayed as quick reply suggestions below the message text.

Constructors

Link copied to clipboard
constructor(optionItems: List<OptionItem.TypedOptionItem>, text: String)

Properties

Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard

The list of selectable options presented by this message.

Link copied to clipboard