Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3DetectIntentRequest

import type { GoogleCloudDialogflowCxV3DetectIntentRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The request to detect user's intent.

interface GoogleCloudDialogflowCxV3DetectIntentRequest {
responseView?: "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED" | "DETECT_INTENT_RESPONSE_VIEW_FULL" | "DETECT_INTENT_RESPONSE_VIEW_BASIC";
}

§Properties

§

Instructs the speech synthesizer how to generate the output audio.

§

Required. The input specification.

§

The parameters of this query.

§
responseView?: "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED" | "DETECT_INTENT_RESPONSE_VIEW_FULL" | "DETECT_INTENT_RESPONSE_VIEW_BASIC"
[src]

Optional. Specifies which fields in the QueryResult to return. If not set, the default is DETECT_INTENT_RESPONSE_VIEW_FULL.