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"]],[["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 provides reference documentation for the `ExportFlowRequest` class within the Dialogflow v3 API, specifically for the .NET environment, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `ExportFlowRequest` class is used to define the request message structure when exporting a flow using the `Flows.ExportFlow` method in Google Cloud Dialogflow CX."],["The `ExportFlowRequest` class can be constructed without any parameters or using another `ExportFlowRequest` object for configuration, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `ExportFlowRequest` class include `FlowName` for a typed view of the resource name, `FlowUri` to specify a Google Cloud Storage location for export, `IncludeReferencedFlows` to include related flows, and `Name` for the flow's resource identifier."],["The page includes links to documentation for prior versions of the Dialogflow v3 API, allowing you to view changes and updates to the `ExportFlowRequest` class over time."]]],[]]