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 document provides detailed information on the `ImportFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.7.0, which is used for importing flows into Dialogflow CX agents."],["The `ImportFlowRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf framework."],["It includes properties to define the flow import, such as `FlowContent` for uncompressed raw bytes, `FlowUri` for a Google Cloud Storage URI, `ImportOption` to specify the import mode, and `Parent` to define the agent into which the flow will be imported."],["The class offers two constructors, a default constructor, and one that accepts another `ImportFlowRequest` object, enabling the creation of new objects or cloning of existing ones."],["There is a comprehensive list of the different versions related to the `ImportFlowRequest` resource from version 1.0.0 to the latest version of 2.23.0."]]],[]]