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

GoogleCloudDialogflowCxV3ExportFlowRequest

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

The request message for Flows.ExportFlow.

interface GoogleCloudDialogflowCxV3ExportFlowRequest {
flowUri?: string;
includeReferencedFlows?: boolean;
}

§Properties

§
flowUri?: string
[src]

Optional. The Google Cloud Storage URI to export the flow to. The format of this URI must be gs:///. If left unspecified, the serialized flow is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

§
includeReferencedFlows?: boolean
[src]

Optional. Whether to export flows referenced by the specified flow.