public sealed class ExportFlowResponse : IMessage<ExportFlowResponse>, IEquatable<ExportFlowResponse>, IDeepCloneable<ExportFlowResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ExportFlowResponse.
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 reference documentation for the `ExportFlowResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `ExportFlowResponse` class is used as the response message for exporting flows and is a sealed class that implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of this API that is available to use, is version 2.23.0, with a wide range of other versions being accessible, starting as early as version 1.0.0, and going up to and including version 2.23.0."],["Key properties of the `ExportFlowResponse` class include `FlowCase`, `FlowContent` for uncompressed byte content, and `FlowUri` for the file URI, which are used to give a response for an export request."],["The documentation lists the class's constructors, such as the default `ExportFlowResponse()` and `ExportFlowResponse(ExportFlowResponse other)` for creating a copy, alongside inherited members from the base `Object` class."]]],[]]