public sealed class ExportFlowRequest : IMessage<ExportFlowRequest>, IEquatable<ExportFlowRequest>, IDeepCloneable<ExportFlowRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `ExportFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in exporting flows."],["The `ExportFlowRequest` class is used to send a request to export a Dialogflow CX flow and supports versions ranging from 1.0.0 to the latest 2.23.0, as well as versions in between."],["The class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like deep cloning and providing message structures for the Google Protobuf system."],["Key properties of `ExportFlowRequest` include `FlowName` (resource name), `FlowUri` (optional storage URI for the exported flow), `IncludeReferencedFlows` (export of referenced flows), and `Name` (required name of the flow to be exported)."],["The class offers two constructors, one default and one that accepts another `ExportFlowRequest` object for cloning purposes."]]],[]]