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."],[[["The document provides reference documentation for the `ExportFlowResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["It lists multiple versions of the Dialogflow v3 API, ranging from version 1.0.0 to the latest, version 2.23.0, for the `ExportFlowResponse` class."],["The `ExportFlowResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `ExportFlowResponse` object, and includes properties for managing the flow's content and URI, such as `FlowContent` and `FlowUri`, along with the `FlowCase` property."],["The assembly for the class is `Google.Cloud.Dialogflow.Cx.V3.dll` and it has inherited methods from the object class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]