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 webpage provides documentation for the `ExportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for various versions."],["`ExportFlowResponse` is a class that serves as the response message for exporting flows in the Dialogflow CX API, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers numerous versions of the API, ranging from version 1.0.0 up to the latest version 2.23.0, making it easy to browse historical updates."],["Key properties of the `ExportFlowResponse` class include `FlowCase`, `FlowContent`, and `FlowUri`, which deal with the exported flow's structure and content, including raw byte content and URI location."],["The provided content allows the user to read about the classes properties and its inherited members that derive from its parent `Object` class, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]