ParticipantClientMenu

class ParticipantClientMenu(@Json(name = "menuOptions") val optionItems: List<OptionItem.TypedOptionItem.ParticipantClientMenuOptionItem>)

Represents a menu of selectable options presented to the participant in the conversation.

Constructors

Link copied to clipboard
constructor(@Json(name = "menuOptions") optionItems: List<OptionItem.TypedOptionItem.ParticipantClientMenuOptionItem>)

Properties

Link copied to clipboard

The list of menu options available for selection.