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

GoogleCloudDialogflowCxV3FormParameter

import type { GoogleCloudDialogflowCxV3FormParameter } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3FormParameter {
defaultValue?: any;
displayName?: string;
entityType?: string;
isList?: boolean;
redact?: boolean;
required?: boolean;
}

§Properties

§
defaultValue?: any
[src]
§
displayName?: string
[src]
§
entityType?: string
[src]
§
isList?: boolean
[src]
§
redact?: boolean
[src]
§
required?: boolean
[src]