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

GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources

import type { GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.

interface GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources {
entityDisplayNames?: string[];
entityTypeDisplayNames?: string[];
}

§Properties

§
entityDisplayNames?: string[]
[src]

Display names of conflicting entities.

§
entityTypeDisplayNames?: string[]
[src]

Display names of conflicting entity types.