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.
Dialogflow performs a write operation for the Cloud Storage object
on the caller's behalf, so your request authentication must
have write permissions for the object. For more information, see
Dialogflow access
control.
[[["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 properties, constructors, and inherited members."],["`ExportFlowRequest` is used to define the request message for exporting flows in Dialogflow CX, having properties such as `FlowName`, `FlowUri`, `IncludeReferencedFlows`, and `Name`."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` library is 2.23.0, and the webpage lists the documentation for `ExportFlowRequest` for versions from 2.23.0 down to 1.0.0."],["`ExportFlowRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from `Object`."],["The documentation provides information regarding exporting flows, specifying the required format for the `Name` property and also an optional `FlowUri` property where exported flows can be stored in Google Cloud Storage."]]],[]]