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.
[[["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."],[[["The `ExportFlowRequest` class is used to request the export of a flow within the Dialogflow CX API, and it is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library."],["This class, as defined, has multiple versions available, with version 2.23.0 being the latest, all of which can be accessed in the provided list, in addition to version 1.5.0."],["The `ExportFlowRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, allowing for operations like deep cloning and message handling."],["The main properties of `ExportFlowRequest` include `FlowName` (a resource name), `FlowUri` (a Google Cloud Storage URI for export), `IncludeReferencedFlows` (to export related flows), and `Name` (the required flow identifier)."],["The class has two constructors, one is default and the other one takes another `ExportFlowRequest` as a parameter."]]],[]]