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 page details the `ImportFlowRequest` class, which is used for importing flows into Dialogflow CX agents, with the latest version being 2.23.0."],["The `ImportFlowRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET environment, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class supports importing flows either through raw byte content (`FlowContent`) or via a Google Cloud Storage URI (`FlowUri`)."],["The `Parent` property is required and specifies the agent where the flow will be imported, using a structured resource name format."],["The content provides a list of available versions for `ImportFlowRequest`, ranging from version 1.0.0 to the latest version 2.23.0."]]],[]]