Enum DetectIntentResponse.Types.ResponseType (1.3.0)

public enum ResponseType

Represents different DetectIntentResponse types.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
Final

Final response.

Partial

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

Unspecified

Not specified. This should never happen.