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";
interface GoogleCloudDialogflowCxV3DetectIntentRequest {
responseView?:
| "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED"
| "DETECT_INTENT_RESPONSE_VIEW_FULL"
| "DETECT_INTENT_RESPONSE_VIEW_BASIC"
| "DETECT_INTENT_RESPONSE_VIEW_DEFAULT";
}

§Properties

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