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."],[[["The content pertains to the `ImportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, detailing its purpose, inheritance, implemented interfaces, and available versions."],["The latest version of `ImportFlowResponse` is 2.23.0, with multiple prior versions listed, dating back to version 1.0.0, allowing developers to navigate and compare different iterations."],["`ImportFlowResponse` is used as the response message for importing flows in Dialogflow CX and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportFlowResponse` class has two constructors, a default one and one that accepts another `ImportFlowResponse` object for initialization, as well as properties like `Flow` and `FlowAsFlowName` to manage flow data."],["The webpage highlights inherited members from the base `Object` class and provides detailed property value information for the `Flow` and `FlowAsFlowName` properties of the `ImportFlowResponse` class."]]],[]]