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, spanning multiple versions."],["The `ExportFlowResponse` class is used to manage the response of a flow export operation in the Dialogflow v3 API, with the latest version being 2.23.0."],["The `ExportFlowResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage various responsibilities such as message handling and cloning."],["`ExportFlowResponse` has two key properties `FlowContent` and `FlowUri`, where `FlowContent` represents uncompressed byte content for the flow and `FlowUri` is a URI pointing to a file containing the exported flow."],["The documentation outlines the constructors, inherited members, and properties of `ExportFlowResponse`, which are crucial for developers utilizing the Dialogflow CX v3 API for managing exported flows."]]],[]]