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 details the `ImportFlowRequest` class, which is used for importing flows into Dialogflow CX."],["The latest version available is 2.23.0, with a history of versions ranging back to 1.0.0, all with dedicated links to access."],["`ImportFlowRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ImportFlowRequest` include `FlowContent`, `FlowUri`, `ImportOption`, and `Parent`, which are used to define the import source, mode, and target agent."],["The `FlowContent` property is a `ByteString` that can contain the uncompressed raw bytes of the flow, and the `FlowUri` property is the GCS address to the file that contains the flow to import."]]],[]]