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, which is a response message used within the `Google.Cloud.Dialogflow.Cx.V3` namespace for importing flows."],["The `ImportFlowResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of this class is 2.23.0, while this page specifically documents version 1.12.0, and multiple versions between these two are available."],["The class includes properties `Flow` (string) and `FlowAsFlowName` (`FlowName`) to represent the unique identifier of the newly imported flow."],["Constructors are provided for creating an `ImportFlowResponse` object, either as a new instance or by cloning an existing one."]]],[]]