public sealed class ImportFlowRequest : IMessage<ImportFlowRequest>, IEquatable<ImportFlowRequest>, IDeepCloneable<ImportFlowRequest>, IBufferMessage, IMessage
The request 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 `ImportFlowRequest` is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 namespace within the .NET framework."],["This document outlines the `ImportFlowRequest` class, which is used to facilitate the import of flows into a Dialogflow CX agent, with the class implementing several interfaces, including IMessage and IEquatable."],["The `ImportFlowRequest` class includes properties like `FlowContent`, `FlowUri`, `ImportOption`, and `Parent`, allowing for detailed specification of the import process, such as setting the source of the flow and defining the import mode."],["The content covers a comprehensive list of available versions of `ImportFlowRequest`, ranging from 1.0.0 up to 2.23.0, each with its own specific reference path."],["The class inherits from the base Object class and has two constructors, `ImportFlowRequest()` and `ImportFlowRequest(ImportFlowRequest other)`, to manage the creation of objects."]]],[]]