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 latest version of the `ImportFlowResponse` is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class `ImportFlowResponse` is used as the response message for importing flows in `Dialogflow CX`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, along with others for protobuf management."],["The `ImportFlowResponse` class has two constructors: a default one and one that takes another `ImportFlowResponse` object as a parameter, facilitating object duplication."],["It also contains properties `Flow` which provides the flow ID, and `FlowAsFlowName` which provides a resource name of type `FlowName`."]]],[]]