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 documentation for the `ExportFlowResponse` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET developers."],["The `ExportFlowResponse` class is used as a response message for the `Flows.ExportFlow` operation and implements multiple interfaces for message handling and object operations."],["The page includes a comprehensive list of versioned links for `ExportFlowResponse`, ranging from version 2.23.0 (latest) down to version 1.0.0, allowing developers to access specific historical API versions."],["The documentation details the inheritance, implemented interfaces, constructors, and properties of the `ExportFlowResponse` class, such as `FlowCase`, `FlowContent`, and `FlowUri`."],["The documented properties provide the ability to retrieve uncompressed byte content for a flow, or a specified URI, as it pertains to the `ExportFlowResponse` object."]]],[]]