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 details the `ExportFlowRequest` class, which is used to request the export of a flow within the Google Cloud Dialogflow CX."],["The `ExportFlowRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, offering methods to interact with Dialogflow CX flows."],["The latest version documented is 2.23.0, while the page itself is primarily focused on version 2.1.0, with listed historical versions ranging from 1.0.0 up to 2.23.0."],["Key properties of `ExportFlowRequest` include `FlowName` (typed view over the Name resource name), `FlowUri` (for specifying a Google Cloud Storage URI), `IncludeReferencedFlows` (to export related flows), and `Name` (the name of the flow being exported)."],["It has `ExportFlowRequest()` constructors available and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` in order to provide object functionality."]]],[]]