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 use in exporting flows."],["The `ExportFlowRequest` class is part of the Google Cloud Dialogflow CX .NET library and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous versions of the library, from 1.0.0 up to the latest version 2.23.0, each linking to the documentation for `ExportFlowRequest` in that specific release."],["The `ExportFlowRequest` class includes properties like `FlowName`, `FlowUri`, `IncludeReferencedFlows`, and `Name` to configure and define the parameters of the flow export operation."],["`ExportFlowRequest` can be constructed using either the default constructor, or a constructor that takes another `ExportFlowRequest` object to be used as a base."]]],[]]