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 `ImportFlowRequest` class is used for importing flows in the Dialogflow CX API, supporting different versions from 1.0.0 to 2.23.0."],["It supports flow import either from raw byte content (`FlowContent`) or from a Google Cloud Storage URI (`FlowUri`)."],["It allows specifying the import mode via `ImportOption`, which defaults to `KEEP` if not specified."],["The `Parent` property is required and defines the agent where the flow will be imported into, identified by a specific project, location and agent ID."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and features like deep cloning and message buffer handling."]]],[]]