Enum Conversation.ConversationStage (4.47.0)

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

Enumeration of the different conversation stages a conversation can be in. Reference: https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONVERSATION_STAGE_UNSPECIFIED

Unknown. Should never be used after a conversation is successfully created.

CONVERSATION_STAGE_UNSPECIFIED = 0;

CONVERSATION_STAGE_UNSPECIFIED_VALUE

Unknown. Should never be used after a conversation is successfully created.

CONVERSATION_STAGE_UNSPECIFIED = 0;

HUMAN_ASSIST_STAGE

The conversation should not provide responses, just listen and provide suggestions.

HUMAN_ASSIST_STAGE = 2;

HUMAN_ASSIST_STAGE_VALUE

The conversation should not provide responses, just listen and provide suggestions.

HUMAN_ASSIST_STAGE = 2;

UNRECOGNIZED
VIRTUAL_AGENT_STAGE

The conversation should return virtual agent responses into the conversation.

VIRTUAL_AGENT_STAGE = 1;

VIRTUAL_AGENT_STAGE_VALUE

The conversation should return virtual agent responses into the conversation.

VIRTUAL_AGENT_STAGE = 1;

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