GoogleCloudDialogflowCxV3EntityType
import type { GoogleCloudDialogflowCxV3EntityType } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3EntityType {
autoExpansionMode?: "AUTO_EXPANSION_MODE_UNSPECIFIED" | "AUTO_EXPANSION_MODE_DEFAULT";
displayName?: string;
enableFuzzyExtraction?: boolean;
entities?: GoogleCloudDialogflowCxV3EntityTypeEntity[];
excludedPhrases?: GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase[];
kind?:
| "KIND_UNSPECIFIED"
| "KIND_MAP"
| "KIND_LIST"
| "KIND_REGEXP";
name?: string;
redact?: boolean;
}§Properties
§
entities?: GoogleCloudDialogflowCxV3EntityTypeEntity[]
[src]§
excludedPhrases?: GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase[]
[src]