Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::Conversation::ConversationStage (v0.17.0)

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/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.