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

GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources

import type { GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources } 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 GoogleCloudDialogflowCxV3beta1ImportIntentsResponseConflictingResources {
entityDisplayNames?: string[];
intentDisplayNames?: string[];
}

§Properties

§
entityDisplayNames?: string[]
[src]

Display names of conflicting entities.

§
intentDisplayNames?: string[]
[src]

Display names of conflicting intents.