Enum Conversation.LifecycleState (4.47.0)

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

Enumeration of the completion status of the conversation.

Protobuf enum google.cloud.dialogflow.v2.Conversation.LifecycleState

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 for media analysis.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

Conversation is currently open for media analysis.

IN_PROGRESS = 1;

LIFECYCLE_STATE_UNSPECIFIED

Unknown.

LIFECYCLE_STATE_UNSPECIFIED = 0;

LIFECYCLE_STATE_UNSPECIFIED_VALUE

Unknown.

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