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 available for `ImportFlowResponse` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0, with many previous versions also available, dating all the way back to 1.0.0."],["`ImportFlowResponse` is a sealed class used as the response message for the `Flows.ImportFlow` operation, as part of the Google Cloud Dialogflow CX API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration within the .NET environment."],["The `ImportFlowResponse` class contains two key properties: `Flow`, which is a string representing the unique identifier of the imported flow, and `FlowAsFlowName`, which provides a `FlowName`-typed view over the `Flow` property for easier management of resource names."],["This class is part of the Google.Cloud.Dialogflow.Cx.V3.dll assembly."]]],[]]