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";
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]