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