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 provides documentation for the `ExportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and inherited members."],["The latest version available for `ExportFlowResponse` is 2.23.0, with a comprehensive list of prior versions dating back to 1.0.0 that can be referenced."],["`ExportFlowResponse` is a class used to represent the response message for exporting flows, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `FlowCase`, `FlowContent`, and `FlowUri`, which manage the type of flow, uncompressed content, and the file URI of an exported flow."],["The `ExportFlowResponse` class is within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]