modality property
The modality of the web widget.
Optional. Possible string values are:
- "MODALITY_UNSPECIFIED" : Unknown modality.
- "CHAT_AND_VOICE" : Widget supports both chat and voice input.
- "VOICE_ONLY" : Widget supports only voice input.
- "CHAT_ONLY" : Widget supports only chat input.
- "CHAT_VOICE_AND_VIDEO" : Widget supports chat, voice, and video input.
Implementation
core.String? modality;