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;
}