Google Cloud Ces V1 Client - Class Modality (0.1.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODALITY_UNSPECIFIED

Value: 0

Unknown modality.

Generated from protobuf enum MODALITY_UNSPECIFIED = 0;

CHAT_AND_VOICE

Value: 1

Widget supports both chat and voice input.

Generated from protobuf enum CHAT_AND_VOICE = 1;

VOICE_ONLY

Value: 2

Widget supports only voice input.

Generated from protobuf enum VOICE_ONLY = 2;

CHAT_ONLY

Value: 3

Widget supports only chat input.

Generated from protobuf enum CHAT_ONLY = 3;