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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used in the Dialogflow CX API for .NET."],["The page lists the availability of the `ImportFlowResponse` class across various versions of the Dialogflow CX API, from version 1.0.0 up to the latest, 2.23.0."],["`ImportFlowResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class provides two constructors and two properties, the properties being `Flow`, a string representing the unique identifier of the new flow, and `FlowAsFlowName`, a `FlowName`-typed view of the flow resource name."],["The class `ImportFlowResponse` inherits members from the `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]