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 documentation for the `ExportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.12.0, and is the response message for exporting flows within Dialogflow CX."],["The `ExportFlowResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a robust component for handling message operations and data cloning."],["The class offers two constructors: a default constructor `ExportFlowResponse()` and another `ExportFlowResponse(ExportFlowResponse other)` that takes another `ExportFlowResponse` instance as parameter."],["Key properties of `ExportFlowResponse` include `FlowCase`, `FlowContent` which stores the uncompressed byte content of the flow, and `FlowUri`, used to define the URI to a file containing the exported flow."],["The documentation also details the availability of many versions, ranging from 1.0.0 all the way up to the latest version, 2.23.0, of the `ExportFlowResponse`."]]],[]]