public sealed class ExportFlowResponse : IMessage<ExportFlowResponse>, IEquatable<ExportFlowResponse>, IDeepCloneable<ExportFlowResponse>, IBufferMessage, IMessage
The response message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
The URI to a file containing the exported flow. This field is populated
only if flow_uri is specified in [ExportFlowRequest][google.cloud.dialogflow.cx.v3.ExportFlowRequest].
[[["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 details the `ExportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for exporting flows in Dialogflow CX."],["The class `ExportFlowResponse` has multiple versions available, ranging from the latest 2.23.0 down to version 1.0.0, with links to specific documentation for each version."],["`ExportFlowResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message serialization, equality checks, deep cloning, and buffer management."],["The class has two constructors, one default and another that accepts another `ExportFlowResponse` object for copying, in addition to properties for `FlowCase`, `FlowContent`, and `FlowUri`."],["`ExportFlowResponse` allows you to access the exported flow either as uncompressed raw byte content in `FlowContent` or via a file URI in `FlowUri`, with the latter being conditional on the `ExportFlowRequest`."]]],[]]