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 provides documentation for the `ImportFlowResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and implemented interfaces."],["The latest version available for `ImportFlowResponse` is 2.23.0, with a comprehensive list of prior versions dating back to 1.0.0 that can be referenced."],["`ImportFlowResponse` is a sealed class representing the response message for the `Flows.ImportFlow` operation, and it inherits from `Object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `ImportFlowResponse` object as a parameter for cloning."],["Key properties of `ImportFlowResponse` include `Flow`, which holds the unique identifier of the new flow as a string, and `FlowAsFlowName`, which offers a `FlowName`-typed view of the `Flow` resource name."]]],[]]