Enum Conversation.State (0.37.0)

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

Enumeration of the state of the conversation.

Protobuf enum google.cloud.discoveryengine.v1alpha.Conversation.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETED

Conversation has been completed.

COMPLETED = 2;

COMPLETED_VALUE

Conversation has been completed.

COMPLETED = 2;

IN_PROGRESS

Conversation is currently open.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

Conversation is currently open.

IN_PROGRESS = 1;

STATE_UNSPECIFIED

Unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()