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 `ExportFlowResponse` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is the response message for the `Flows.ExportFlow` operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `ExportFlowResponse` class offers properties like `FlowCase`, `FlowContent`, and `FlowUri` to handle different aspects of the exported flow, such as uncompressed byte content and file URI."],["The `ExportFlowResponse` has a constructor that accepts an instance of `ExportFlowResponse` in order to copy into a new instance, as well as a default constructor."],["The latest version documented is 2.23.0, with numerous older versions ranging from 2.22.0 down to 1.0.0, all relating to the `ExportFlowResponse` and associated documentation."]]],[]]