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 webpage provides documentation for the `ExportFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose, inheritance, and implementation."],["It lists multiple versions of the `ExportFlowRequest` class, ranging from version 1.0.0 to the latest, version 2.23.0, each accessible through a unique URL."],["The `ExportFlowRequest` class is used for requesting the export of a flow within the Dialogflow CX platform, as indicated by the text: \"The request message for [Flows.ExportFlow]\"."],["Key properties of the `ExportFlowRequest` class include `FlowName` for a resource name, `FlowUri` for a Google Cloud Storage destination, `IncludeReferencedFlows` for referencing other flows, and `Name` for the flow's unique identifier."],["The `ExportFlowRequest` class has been implemented with the ability to use various methods, such as the basic `Object` methods, or other implemented methods, such as `IMessage`, or `IEquatable`."]]],[]]