Class ConversationStage (2.27.0)

ConversationStage(value)

Enumeration of the different conversation stages a conversation can be in. Reference:

https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages

Values: CONVERSATION_STAGE_UNSPECIFIED (0): Unknown. Should never be used after a conversation is successfully created. VIRTUAL_AGENT_STAGE (1): The conversation should return virtual agent responses into the conversation. HUMAN_ASSIST_STAGE (2): The conversation should not provide responses, just listen and provide suggestions.