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."],[[["The provided content is a documentation page for the `ExportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, showing its various versions and properties."],["The latest version of `ExportFlowResponse` is 2.23.0, and it has multiple previous versions, dating back to version 1.0.0, which are all linked for reference."],["The `ExportFlowResponse` class is used as the response message for exporting flows and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportFlowResponse` class has a constructor, a constructor overload, and three properties: `FlowCase`, `FlowContent`, and `FlowUri`, which are used to manage the flow and its export content."],["The documentation also references the inherited methods, as well as the namespace and assembly to which this class belongs."]]],[]]