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

GoogleCloudDialogflowCxV3ExportFlowResponse

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

The response message for Flows.ExportFlow.

interface GoogleCloudDialogflowCxV3ExportFlowResponse {
flowContent?: Uint8Array;
flowUri?: string;
}

§Properties

§
flowContent?: Uint8Array
[src]

Uncompressed raw byte content for flow.

§
flowUri?: string
[src]

The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in ExportFlowRequest.