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 page provides documentation for the `ExportFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose as a request message for exporting flows."],["It showcases various versions of the `ExportFlowRequest` class, ranging from version 2.23.0 (latest) down to version 1.0.0, allowing developers to access the documentation for different releases."],["The `ExportFlowRequest` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality within the Google Cloud environment."],["The class contains properties such as `FlowName`, `FlowUri`, `IncludeReferencedFlows`, and `Name`, which allow for specifying export parameters, like the destination URI and whether to include referenced flows."],["The class has two constructors: one is a parameterless constructor and the other one takes in an ExportFlowRequest object, likely to be used as a copy constructor."]]],[]]