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 Google.Cloud.Dialogflow.Cx.V3 namespace, spanning multiple versions."],["The `ExportFlowRequest` class is part of the Dialogflow v3 API and is used to handle requests for exporting flows, as indicated by the `Flows.ExportFlow` method."],["The documentation outlines that the `ExportFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in data management and operations."],["Key properties of `ExportFlowRequest` include `FlowName` for resource identification, `FlowUri` for optional Cloud Storage export destination, `IncludeReferencedFlows` to determine if related flows should also be exported, and `Name` for the flow's specific identifier."],["The latest version available is 2.23.0, while the current version being documented on this page is 2.11.0, showing a range of available versions from 1.0.0 to 2.23.0."]]],[]]