OptionItem
Represents a selectable option within a choices message, such as a quick reply button or menu item.
Inheritors
Types
Link copied to clipboard
class SelectionsOptionItem(@Json(name = "optionIdentifier") optionId: String, parentEntryId: String? = null, val title: String? = null) : OptionItem
An option that was selected by the user as part of a choices response.
Link copied to clipboard
sealed class TypedOptionItem(optionId: String, parentMessageId: String? = null, val itemType: OptionItem.TypedOptionItem.ItemType) : OptionItem
An option with a known structural type, used for display in the conversation UI.