Reference documentation and code samples for the Google Cloud Ces V1 Client class ChannelType.
The channel type of the conversation.
Protobuf type google.cloud.ces.v1.Conversation.ChannelType
Namespace
Google \ Cloud \ Ces \ V1 \ ConversationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CHANNEL_TYPE_UNSPECIFIED
Value: 0Unspecified channel type.
Generated from protobuf enum CHANNEL_TYPE_UNSPECIFIED = 0;
TEXT
Value: 1The conversation only contains text messages between the end user and the agent.
Generated from protobuf enum TEXT = 1;
AUDIO
Value: 2The conversation contains audio messages between the end user and the agent.
Generated from protobuf enum AUDIO = 2;
MULTIMODAL
Value: 3The conversation multi-modal messages (e.g. image) between the end user and the agent.
Generated from protobuf enum MULTIMODAL = 3;