Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Optional. The Google Cloud Storage URI to export the flow to. The format of this URI must be gs://<bucket-name>/<object-name>. 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
Optional. Whether to export flows referenced by the specified flow.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document outlines how to export a Dialogflow flow to a binary file using a long-running operation."],["The export process requires a POST request to a specific endpoint, including the flow's name as a path parameter in the request URL."],["The request body can specify a Google Cloud Storage URI for the export location, or if not specified, the serialized flow will be returned directly in the response."],["The export process will also export all the referenced resources (e.g. intents, entities, webhooks) as well as potentially any flows referenced by the specified flow."],["Authorization for this action requires either the `https://www.googleapis.com/auth/cloud-platform` or the `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]