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-04-09 UTC."],[[["This webpage provides documentation for the `ImportFlowResponse` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The content lists available versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from the latest release 2.23.0, to version 1.0.0."],["The `ImportFlowResponse` class is used as the response message for importing flows, as defined in the `Flows.ImportFlow` method of the API."],["The class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportFlowResponse` class contains the properties `Flow` (a string identifier) and `FlowAsFlowName` (a `FlowName`-typed view of the flow resource)."]]],[]]