GoogleCloudDialogflowCxV3ImportEntityTypesRequest
import type { GoogleCloudDialogflowCxV3ImportEntityTypesRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ImportEntityTypesRequest {
entityTypesContent?: GoogleCloudDialogflowCxV3InlineSource;
entityTypesUri?: string;
mergeOption?:
| "MERGE_OPTION_UNSPECIFIED"
| "REPLACE"
| "MERGE"
| "RENAME"
| "REPORT_CONFLICT"
| "KEEP";
targetEntityType?: string;
}