SelectionsOptionItem

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.

Constructors

Link copied to clipboard
constructor(@Json(name = "optionIdentifier") optionId: String, parentEntryId: String? = null, title: String? = null)

Properties

Link copied to clipboard

The unique identifier for this option.

Link copied to clipboard

The identifier of the message containing this option.

Link copied to clipboard