Module: Google::Cloud::Dialogflow::CX::V3::DetectIntentResponseView

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

The response view specifies which fields in the QueryResult to return.

Constant Summary collapse

DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED =

Not specified. DETECT_INTENT_RESPONSE_VIEW_DEFAULT will be used.

0
DETECT_INTENT_RESPONSE_VIEW_FULL =

Full response view includes all fields.

1
DETECT_INTENT_RESPONSE_VIEW_BASIC =

Basic response view omits the following fields:

QueryResult.diagnostic_info

2
DETECT_INTENT_RESPONSE_VIEW_DEFAULT =

Default response view omits the following fields:

QueryResult.trace_blocks

3