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-04-09 UTC."],[[["This document provides reference material for the `ExportFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The `ExportFlowRequest` class is used to define the parameters for exporting a flow within Dialogflow, including specifying the flow name, and optional Google Cloud Storage URI, and whether to include referenced flows."],["The document lists available versions of the `ExportFlowRequest` class, ranging from version 1.0.0 up to the latest version of 2.23.0, which contains 37 versions in total."],["The `ExportFlowRequest` class inherits from the base object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The documentation for the class covers its constructors, such as a default constructor and one that accepts another `ExportFlowRequest` object, as well as its properties, `FlowName`, `FlowUri`, `IncludeReferencedFlows`, and `Name`."]]],[]]