public sealed class ExportFlowRequest : IMessage<ExportFlowRequest>, IEquatable<ExportFlowRequest>, IDeepCloneable<ExportFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportFlowRequest.
The request message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
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.
[[["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-21 UTC."],[[["This document provides comprehensive reference information for the `ExportFlowRequest` class within the Google Cloud Dialogflow CX V3 API, including its constructors, properties, inherited members, and implemented interfaces."],["The `ExportFlowRequest` class is used to define the request message for exporting flows in Dialogflow CX, allowing for the specification of a flow's name, a Google Cloud Storage URI for the exported flow, and whether to include referenced flows."],["A range of versions for the Google.Cloud.Dialogflow.Cx.V3 API is covered from version 1.0.0 to the latest version 2.23.0, with each version linking to the reference documentation of the ExportFlowRequest."],["The document highlights the `ExportFlowRequest` class's implementation of several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current version being highlighted is 2.16.0, with its specific documentation being shown for the `ExportFlowRequest` class."]]],[]]