Enum Conversation.Source (0.1.0)

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

The source of the conversation.

Protobuf enum google.cloud.ces.v1.Conversation.Source

Implements

ProtocolMessageEnum

Static Fields

Name Description
EVAL

The conversation is from the evaluation.

EVAL = 3;

EVAL_VALUE

The conversation is from the evaluation.

EVAL = 3;

LIVE

The conversation is from the live end user.

LIVE = 1;

LIVE_VALUE

The conversation is from the live end user.

LIVE = 1;

SIMULATOR

The conversation is from the simulator.

SIMULATOR = 2;

SIMULATOR_VALUE

The conversation is from the simulator.

SIMULATOR = 2;

SOURCE_UNSPECIFIED

Unspecified source.

SOURCE_UNSPECIFIED = 0;

SOURCE_UNSPECIFIED_VALUE

Unspecified source.

SOURCE_UNSPECIFIED = 0;

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()