public sealed class TrainFlowRequest : IMessage<TrainFlowRequest>, IEquatable<TrainFlowRequest>, IDeepCloneable<TrainFlowRequest>, IBufferMessage, IMessage
The request message for [Flows.TrainFlow][google.cloud.dialogflow.cx.v3.Flows.TrainFlow].
[[["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 provides documentation for the `TrainFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET framework."],["The `TrainFlowRequest` class is used as the request message for the `Flows.TrainFlow` method in the Google Cloud Dialogflow CX API."],["The page includes a comprehensive list of available versions, ranging from 2.23.0 (latest) down to 1.0.0, each linked to its respective documentation."],["`TrainFlowRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["The `TrainFlowRequest` class has properties for `FlowName` and `Name`, with `Name` being a required string that specifies the flow to train in a specific format."]]],[]]