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 the response type when importing flows."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, and is in the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportFlowResponse` class has two constructors: a default constructor `ImportFlowResponse()` and one that takes another `ImportFlowResponse` object as a parameter `ImportFlowResponse(ImportFlowResponse other)`."],["This class contains two properties, `Flow` which holds the string identifier of a newly imported flow, and `FlowAsFlowName` which provides a `FlowName`-typed view over the `Flow` resource name property."],["The document lists the `ImportFlowResponse` for version 1.8.0 but also provides a list of links to this class from versions ranging from 1.0.0 up to 2.23.0 which is the latest."]]],[]]