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 focusing on version 2.16.0 and its associated documentation."],["The content outlines various versions of the `ExportFlowResponse` class, ranging from version 1.0.0 to the latest 2.23.0, each with links to its respective documentation."],["`ExportFlowResponse` is a class that represents the response message for exporting flows, and it includes properties like `FlowCase`, `FlowContent`, and `FlowUri`."],["The documentation details the class's inheritance (`object \u003e ExportFlowResponse`), and the interfaces it implements, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing insights into its structure and capabilities."],["There are detailed explanations for the constructors and properties of `ExportFlowResponse` as well as descriptions for their parameters and property value types, such as `ByteString` and `string`."]]],[]]