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 within the Google Cloud Dialogflow CX V3 service, across multiple versions, from 1.0.0 to 2.23.0."],["The `ImportFlowRequest` class can take a flow from either uncompressed raw bytes or from a Google Cloud Storage URI, as determined by the properties `FlowContent` and `FlowUri`, respectively."],["The class includes properties to manage the import process, such as `ImportOption` to define the mode, and `Parent` to specify the agent the flow is being imported into, and contains helper properties such as `ParentAsAgentName`."],["It inherits from base classes, like `Object`, and implements several interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `ImportFlowRequest` is 2.23.0, and there are numerous previous versions, offering a range of historical compatibility options for the user."]]],[]]