public sealed class ImportFlowResponse : IMessage<ImportFlowResponse>, IEquatable<ImportFlowResponse>, IDeepCloneable<ImportFlowResponse>, IBufferMessage, IMessage
The response message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
[[["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 details the `ImportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used as the response message for importing flows in Dialogflow CX."],["The `ImportFlowResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class includes two constructors, a default one and another that takes an existing `ImportFlowResponse` object for copying, and includes the properties `Flow`, which represents the unique identifier of the new flow, and `FlowAsFlowName`, that is a flow-name typed view over the `Flow` resource name property."],["This page also contains a list of available versions of this specific class, ranging from the latest version 2.23.0 all the way back to version 1.0.0, and they all implement the `ImportFlowResponse` type."]]],[]]