Enum Conversation.Type (0.54.0)

public enum Conversation.Type extends Enum<Conversation.Type> implements ProtocolMessageEnum

Represents the type of a conversation.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.Conversation.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUDIO

Audio conversation. A conversation is classified as an audio conversation if any request has STT input audio or any response has TTS output audio.

AUDIO = 1;

AUDIO_VALUE

Audio conversation. A conversation is classified as an audio conversation if any request has STT input audio or any response has TTS output audio.

AUDIO = 1;

TEXT

Text conversation. A conversation is classified as a text conversation if any request has text input and no request has STT input audio and no response has TTS output audio.

TEXT = 2;

TEXT_VALUE

Text conversation. A conversation is classified as a text conversation if any request has text input and no request has STT input audio and no response has TTS output audio.

TEXT = 2;

TYPE_UNSPECIFIED

Not specified. This value should never be used.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Not specified. This value should never be used.

TYPE_UNSPECIFIED = 0;

UNDETERMINED

Default conversation type for a conversation. A conversation is classified as undetermined if none of the requests contain text or audio input (eg. event or intent input).

UNDETERMINED = 3;

UNDETERMINED_VALUE

Default conversation type for a conversation. A conversation is classified as undetermined if none of the requests contain text or audio input (eg. event or intent input).

UNDETERMINED = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()