public sealed class ExportFlowRequest : IMessage<ExportFlowRequest>, IEquatable<ExportFlowRequest>, IDeepCloneable<ExportFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportFlowRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `ExportFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used in the Dialogflow v3 API."],["The `ExportFlowRequest` class is used to make requests to export flows, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of this specific `ExportFlowRequest` class is 2.23.0, and the webpage also lists all prior versions, going as far back as version 1.0.0, with each version having it's own reference page."],["The `ExportFlowRequest` class contains properties to specify the flow name, a Google Cloud Storage URI for exporting the flow to, and a boolean to include referenced flows in the export."],["`ExportFlowRequest` has properties like `Name` which is a required string that represents the flow's resource name, along with `FlowUri` and `IncludeReferencedFlows` which are optional fields for exporting."]]],[]]