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."],[[["The latest version of the Dialogflow v3 API's `ImportFlowResponse` is 2.23.0, with a comprehensive list of versions available, spanning from 1.0.0 to 2.23.0."],["`ImportFlowResponse` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, representing the response message for importing flows in Dialogflow."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes a `Flow` property, which provides the unique identifier of the newly created flow."],["There is a `FlowAsFlowName` property that is a `FlowName` typed view over the `Flow` resource name."]]],[]]