Module Google::Cloud::Dialogflow::V2::Conversation::ConversationStage (v0.12.0)

Enumeration of the different conversation stages a conversation can be in. Reference: https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#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.