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";
interface GoogleCloudDialogflowCxV3ImportFlowRequest {
flowContent?: Uint8Array;
flowUri?: string;
importOption?: "IMPORT_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK";
}

§Properties

§
flowContent?: Uint8Array
[src]
§
flowUri?: string
[src]
§
importOption?: "IMPORT_OPTION_UNSPECIFIED" | "KEEP" | "FALLBACK"
[src]