ModalityUpdate

class ModalityUpdate(val activeModalities: List<Modality>, val transitionType: ModalityTransitionType) : ConversationUpdateOperation

An update to the conversation's active modalities (e.g., transitioning between text and voice).

Constructors

Link copied to clipboard
constructor(activeModalities: List<Modality>, transitionType: ModalityTransitionType)

Properties

Link copied to clipboard

The modalities currently active after this update.

Link copied to clipboard

The type of modality transition that occurred.

Link copied to clipboard

The type of update this operation represents.