Google Cloud Dialogflow Cx V3 Client - Class DetectIntentResponseView (0.10.1)

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 \ V3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED

Value: 0

Not 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: 1

Full response view includes all fields.

Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_FULL = 1;

DETECT_INTENT_RESPONSE_VIEW_BASIC

Value: 2

Basic 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: 3

Default response view omits the following fields: - QueryResult.trace_blocks

Generated from protobuf enum DETECT_INTENT_RESPONSE_VIEW_DEFAULT = 3;