DisplayableOptionsFormat

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

A choices message displayed as vertically stacked buttons.

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