Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Conversation::ConversationStage.
Enumeration of the different conversation stages a conversation can be in. Reference: https://cloud.google.com/agent-assist/docs/basics#conversation_stages
Constants
CONVERSATION_STAGE_UNSPECIFIED
value: 0
Unknown. Should never be used after a conversation is successfully
created.
VIRTUAL_AGENT_STAGE
value: 1
The conversation should return virtual agent responses into the
conversation.
HUMAN_ASSIST_STAGE
value: 2
The conversation should not provide responses, just listen and provide
suggestions.