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

GoogleCloudDialogflowCxV3IntentParameter

import type { GoogleCloudDialogflowCxV3IntentParameter } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3IntentParameter {
entityType?: string;
id?: string;
isList?: boolean;
redact?: boolean;
}

§Properties

§
entityType?: string
[src]
§
id?: string
[src]
§
isList?: boolean
[src]
§
redact?: boolean
[src]