public sealed class ImportFlowResponse : IMessage<ImportFlowResponse>, IEquatable<ImportFlowResponse>, IDeepCloneable<ImportFlowResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ImportFlowResponse.
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 document provides reference documentation for the `ImportFlowResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, part of the Dialogflow v3 API."],["The `ImportFlowResponse` class is a response message used in the `Flows.ImportFlow` operation, and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines the different versions of the `ImportFlowResponse` class, ranging from version 1.0.0 up to the latest version, 2.23.0, with links provided for each version."],["The class has two constructors, a default constructor and one that accepts another `ImportFlowResponse` object, and it has two key properties, `Flow`, which is a string, and `FlowAsFlowName`, which is of the type `FlowName`."],["`Flow` is the unique identifier of the newly created flow and `FlowAsFlowName` is a typed view over the `Flow` resource name property."]]],[]]