public enum Conversation.ConversationStage extends Enum<Conversation.ConversationStage> implements ProtocolMessageEnumEnumeration 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
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() |