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 operation exports a specified flow to a binary file, including any referenced resources like intents, entities, and webhooks."],["The method is a long-running operation, returning an `Operation` type with specific metadata and a `response` field of type `ExportFlowResponse`."],["The HTTP request uses a POST method with a specific URL structure that includes path parameters, and it can export to a Google Cloud Storage URI or return the serialized flow inline."],["The request body can contain an optional `flowUri` to specify a Google Cloud Storage destination and an `includeReferencedFlows` boolean to include other flows in the export."],["Authorization for this operation requires specific IAM permissions and one of the specified OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]