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 documented is 2.23.0, and the page provides access to documentation for versions ranging from 2.0.0 up to 2.23.0, with some additional versions in the 1.x.x format as well."],["`ExportFlowResponse` is a response message for exporting flows, as referenced by `google.cloud.dialogflow.cx.v3.Flows.ExportFlow`, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportFlowResponse` class has two constructors, one default constructor and one that takes another `ExportFlowResponse` as an argument."],["The `ExportFlowResponse` class has properties, such as `FlowCase`, `FlowContent`, and `FlowUri`, used to manage the content and location of the exported flow."]]],[]]