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, used for handling responses when importing flows in Dialogflow CX."],["The latest version of `ImportFlowResponse` is 2.23.0, with a comprehensive list of previous versions ranging back to 1.0.0 also documented on the webpage."],["The `ImportFlowResponse` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Flow` (a string representing the new flow's unique identifier) and `FlowAsFlowName`, which provides a typed view of the `Flow` resource name."],["The `ImportFlowResponse` class has two constructors: a default, parameterless one, and one that accepts an `ImportFlowResponse` object as a parameter."]]],[]]