Dialogflow v3 API - Enum DetectIntentResponseView (3.0.0)

public enum DetectIntentResponseView

Reference documentation and code samples for the Dialogflow v3 API enum DetectIntentResponseView.

The response view specifies which fields in the [QueryResult][google.cloud.dialogflow.cx.v3.QueryResult] to return.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

Name Description
Basic

Basic response view omits the following fields: - [QueryResult.diagnostic_info][google.cloud.dialogflow.cx.v3.QueryResult.diagnostic_info]

Default

Default response view omits the following fields: - [QueryResult.trace_blocks][google.cloud.dialogflow.cx.v3.QueryResult.trace_blocks]

Full

Full response view includes all fields.

Unspecified

Not specified. DETECT_INTENT_RESPONSE_VIEW_DEFAULT will be used.