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 `ImportFlowResponse` class is a response message for the `Flows.ImportFlow` operation in the Google Cloud Dialogflow CX V3 API, and it's used for importing flows."],["This document provides a list of available versions for the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from 2.23.0 (latest) down to 1.0.0."],["The `ImportFlowResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportFlowResponse` class has two properties: `Flow`, a string representing the unique identifier of the new flow, and `FlowAsFlowName`, a typed view of the `Flow` resource name."],["The class includes two constructors: a default constructor and another one taking an `ImportFlowResponse` object as a parameter."]]],[]]