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 webpage provides documentation for the `ImportFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in importing flows."],["The latest version of `ImportFlowRequest` is 2.23.0, with previous versions ranging from 2.22.0 down to 1.0.0 all available to access."],["`ImportFlowRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized in varied contexts."],["The class allows for flow import via either raw byte content or a Google Cloud Storage URI, and offers import mode options like `KEEP`."],["The `ImportFlowRequest` class has properties such as `Parent`, `FlowContent`, `FlowUri`, and `ImportOption` for configuring the import operation."]]],[]]