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

GoogleCloudDialogflowCxV3ImportFlowRequest

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

The request message for Flows.ImportFlow.

interface GoogleCloudDialogflowCxV3ImportFlowRequest {
flowContent?: Uint8Array;
flowUri?: string;
importOption?: "IMPORT_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK";
}

§Properties

§
flowContent?: Uint8Array
[src]

Uncompressed raw byte content for flow.

§

Optional. Specifies the import strategy used when resolving resource conflicts.

§
flowUri?: string
[src]

The Google Cloud Storage URI to import flow from. The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

§
importOption?: "IMPORT_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK"
[src]

Flow import mode. If not specified, KEEP is assumed.