Enum Conversation.Source (0.7.0)

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

The source of the conversation.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_TOOL

The conversation is from an agent tool. Agent tool runs the agent in a separate session, which is persisted for testing and debugging purposes.

AGENT_TOOL = 4;

AGENT_TOOL_VALUE

The conversation is from an agent tool. Agent tool runs the agent in a separate session, which is persisted for testing and debugging purposes.

AGENT_TOOL = 4;

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