The response view specifies which fields in the QueryResult to return.
| Enums | |
|---|---|
DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED |
Not specified. DETECT_INTENT_RESPONSE_VIEW_DEFAULT will be used. |
DETECT_INTENT_RESPONSE_VIEW_FULL |
Full response view includes all fields. |
DETECT_INTENT_RESPONSE_VIEW_BASIC |
Basic response view omits the following fields: - QueryResult.diagnostic_info - [QueryResult.generative_info][] - QueryResult.trace_blocks - QueryResult.data_store_connection_signals |
DETECT_INTENT_RESPONSE_VIEW_DEFAULT |
Default response view omits the following fields: - QueryResult.trace_blocks |