Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DetectIntentResponseView.
The response view specifies which fields in the QueryResult to return.
Protobuf type google.cloud.dialogflow.cx.v3.DetectIntentResponseView
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED
Value: 0Not specified. DETECT_INTENT_RESPONSE_VIEW_DEFAULT will be used.
Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED = 0;
DETECT_INTENT_RESPONSE_VIEW_FULL
Value: 1Full response view includes all fields.
Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_FULL = 1;
DETECT_INTENT_RESPONSE_VIEW_BASIC
Value: 2Basic response view omits the following fields: - QueryResult.diagnostic_info
Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_BASIC = 2;
DETECT_INTENT_RESPONSE_VIEW_DEFAULT
Value: 3Default response view omits the following fields: - QueryResult.trace_blocks
Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_DEFAULT = 3;