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."],[[["This webpage details the `ImportFlowRequest` class, which is used for importing flows into Dialogflow CX agents, within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ImportFlowRequest` class is part of the Google Cloud Dialogflow CX V3 library and is designed to facilitate importing flow data from a byte string or a Google Cloud Storage URI."],["The document provides a list of all historical versions of the library from 1.0.0 up to the current latest version of 2.23.0, each pertaining to the `ImportFlowRequest` class, with the latest version detailed at the top of the list."],["`ImportFlowRequest` is an `IMessage` that implements `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ImportFlowRequest` class includes properties like `FlowCase`, `FlowContent`, `FlowUri`, `ImportOption`, `Parent`, and `ParentAsAgentName`, which define how to import a flow, including its source and destination, and the class has two constructors: a default one and one that takes another `ImportFlowRequest` as an argument."]]],[]]