Dialogflow v3 API - Enum DetectIntentResponse.Types.ResponseType (2.3.0)

public enum ResponseType

Reference documentation and code samples for the Dialogflow v3 API enum DetectIntentResponse.Types.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.