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