Reference documentation and code samples for the Google Cloud Ces V1 Client class Modality.
Modality of the web widget.
Protobuf type google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.Modality
Namespace
Google \ Cloud \ Ces \ V1 \ ChannelProfile \ WebWidgetConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODALITY_UNSPECIFIED
Value: 0Unknown modality.
Generated from protobuf enum MODALITY_UNSPECIFIED = 0;
CHAT_AND_VOICE
Value: 1Widget supports both chat and voice input.
Generated from protobuf enum CHAT_AND_VOICE = 1;
VOICE_ONLY
Value: 2Widget supports only voice input.
Generated from protobuf enum VOICE_ONLY = 2;
CHAT_ONLY
Value: 3Widget supports only chat input.
Generated from protobuf enum CHAT_ONLY = 3;