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/agent-assist/docs/basics#conversation_stages
Protobuf enum google.cloud.dialogflow.v2.Conversation.ConversationStage
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONVERSATION_STAGE_UNSPECIFIED |
Unknown. Should never be used after a conversation is successfully created. |
CONVERSATION_STAGE_UNSPECIFIED_VALUE |
Unknown. Should never be used after a conversation is successfully created. |
HUMAN_ASSIST_STAGE |
The conversation should not provide responses, just listen and provide suggestions. |
HUMAN_ASSIST_STAGE_VALUE |
The conversation should not provide responses, just listen and provide suggestions. |
UNRECOGNIZED |
|
VIRTUAL_AGENT_STAGE |
The conversation should return virtual agent responses into the conversation. |
VIRTUAL_AGENT_STAGE_VALUE |
The conversation should return virtual agent responses into the conversation. |
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() |