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."],[[["This webpage details the `ExportFlowRequest` class, which is used to request the export of a flow within the Google Cloud Dialogflow CX API."],["The content provides a history of versions for the `Google.Cloud.Dialogflow.Cx.V3` namespace, from version 1.0.0 up to the latest version 2.23.0, each version having a reference to the `ExportFlowRequest`."],["The `ExportFlowRequest` class includes properties such as `FlowName`, `FlowUri`, `IncludeReferencedFlows`, and `Name`, that manage the details of a flow to be exported."],["The `ExportFlowRequest` class inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting members from the base `Object` class."],["The `ExportFlowRequest` can be constructed with either no parameters or by using another instance of the `ExportFlowRequest` class."]]],[]]