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

public enum DetectIntentResponse.Types.ResponseType

Reference documentation and code samples for the Dialogflow v3 API enum DetectIntentResponse.Types.ResponseType.

Represents different DetectIntentResponse types.

Namespace

GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3

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.