Enum AutomatedAgentReply.Types.AutomatedAgentReplyType (3.5.0)

public enum AutomatedAgentReplyType

Represents different automated agent reply types.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Final

Final reply.

Partial

Partial reply. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial reply. WARNING: partial reply is not eligible for barge-in.

Unspecified

Not specified. This should never happen.