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

GoogleCloudDialogflowCxV3FlowImportStrategy

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

The flow import strategy used for resource conflict resolution associated with an ImportFlowRequest.

interface GoogleCloudDialogflowCxV3FlowImportStrategy {
globalImportStrategy?:
| "IMPORT_STRATEGY_UNSPECIFIED"
| "IMPORT_STRATEGY_CREATE_NEW"
| "IMPORT_STRATEGY_REPLACE"
| "IMPORT_STRATEGY_KEEP"
| "IMPORT_STRATEGY_MERGE"
| "IMPORT_STRATEGY_THROW_ERROR";
}

§Properties

§
globalImportStrategy?: "IMPORT_STRATEGY_UNSPECIFIED" | "IMPORT_STRATEGY_CREATE_NEW" | "IMPORT_STRATEGY_REPLACE" | "IMPORT_STRATEGY_KEEP" | "IMPORT_STRATEGY_MERGE" | "IMPORT_STRATEGY_THROW_ERROR"
[src]

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.