GoogleCloudDialogflowCxV3SessionEntityType
import type { GoogleCloudDialogflowCxV3SessionEntityType } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3SessionEntityType {
entities?: GoogleCloudDialogflowCxV3EntityTypeEntity[];
entityOverrideMode?: "ENTITY_OVERRIDE_MODE_UNSPECIFIED" | "ENTITY_OVERRIDE_MODE_OVERRIDE" | "ENTITY_OVERRIDE_MODE_SUPPLEMENT";
name?: string;
}