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

GoogleCloudDialogflowV2beta1IntentParameter

import type { GoogleCloudDialogflowV2beta1IntentParameter } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1IntentParameter {
defaultValue?: string;
displayName?: string;
entityTypeDisplayName?: string;
isList?: boolean;
mandatory?: boolean;
name?: string;
prompts?: string[];
value?: string;
}

§Properties

§
defaultValue?: string
[src]
§
displayName?: string
[src]
§
entityTypeDisplayName?: string
[src]
§
isList?: boolean
[src]
§
mandatory?: boolean
[src]
§
name?: string
[src]
§
prompts?: string[]
[src]
§
value?: string
[src]