Enum Conversation.Types.ConversationStage (4.0.0)

public enum ConversationStage

Enumeration of the different conversation stages a conversation can be in. Reference: https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
HumanAssistStage

The conversation should not provide responses, just listen and provide suggestions.

Unspecified

Unknown. Should never be used after a conversation is successfully created.

VirtualAgentStage

The conversation should return virtual agent responses into the conversation.