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."],[[["The latest version of the `TrainFlowRequest` class is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library."],["This webpage details the `TrainFlowRequest` class, which is a request message used for the `Flows.TrainFlow` operation within the Dialogflow CX API."],["The `TrainFlowRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TrainFlowRequest` has two constructors, one default and another that accepts another `TrainFlowRequest` object, and the `Name` property is a required field representing the flow that needs training."],["There are numerous versions of the `TrainFlowRequest` class on this webpage ranging from version 1.0.0 all the way up to the latest version 2.23.0, each with their own URL."]]],[]]