Google Cloud Ces V1 Client - Class ChannelType (0.1.0)

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 \ Conversation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHANNEL_TYPE_UNSPECIFIED

Value: 0

Unspecified channel type.

Generated from protobuf enum CHANNEL_TYPE_UNSPECIFIED = 0;

TEXT

Value: 1

The conversation only contains text messages between the end user and the agent.

Generated from protobuf enum TEXT = 1;

AUDIO

Value: 2

The conversation contains audio messages between the end user and the agent.

Generated from protobuf enum AUDIO = 2;

MULTIMODAL

Value: 3

The conversation multi-modal messages (e.g. image) between the end user and the agent.

Generated from protobuf enum MULTIMODAL = 3;