public enum DetectIntentResponseViewReference 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.V3Assembly
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. |