Class DetectIntentResponseView (2.7.0)

DetectIntentResponseView(value)

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

    <xref uid="google.cloud.dialogflow.cx.v3.QueryResult.diagnostic_info">QueryResult.diagnostic_info</xref>

    - [QueryResult.generative_info][]
    -

    <xref uid="google.cloud.dialogflow.cx.v3.QueryResult.trace_blocks">QueryResult.trace_blocks</xref>
    ----------------------------------------------------------------------------------

    <xref uid="google.cloud.dialogflow.cx.v3.QueryResult.data_store_connection_signals">QueryResult.data_store_connection_signals</xref>
DETECT_INTENT_RESPONSE_VIEW_DEFAULT (3):
    Default response view omits the following fields:
    -------------------------------------------------

    <xref uid="google.cloud.dialogflow.cx.v3.QueryResult.trace_blocks">QueryResult.trace_blocks</xref>

Enums

Name Description
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: -----------------------------------------------