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 core focus of the listed documentation versions."],["This documentation covers multiple versions of the Dialogflow CX V3 API, ranging from version 1.0.0 to the latest version 2.23.0, allowing users to find resources for specific API versions."],["`ImportFlowResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, comparison, and cloning."],["The `ImportFlowResponse` class has two constructors: a default constructor and one that accepts another `ImportFlowResponse` object for creating a new response based on an existing one."],["The `Flow` property, which is of string type and `FlowAsFlowName` of `FlowName` type, within the `ImportFlowResponse` class holds the unique identifier of the new flow created by the import operation, formatted with project, location, agent, and flow IDs."]]],[]]