Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3ImportEntityTypesRequest

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

§Properties

§
entityTypesUri?: string
[src]
§
mergeOption?: "MERGE_OPTION_UNSPECIFIED" | "REPLACE" | "MERGE" | "RENAME" | "REPORT_CONFLICT" | "KEEP"
[src]
§
targetEntityType?: string
[src]