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 `TrainFlowRequest` class is used to request the training of a flow in the Dialogflow CX V3 API, with the latest version being 2.23.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `TrainFlowRequest` class has properties like `FlowName` and `Name`, which are essential for specifying the flow to be trained, including the project, location, agent, and flow IDs."],["The available versions for `TrainFlowRequest` range from version 1.0.0 to 2.23.0, each with its specific documentation link for reference."],["There are two constructors for creating instances of `TrainFlowRequest`: one default and another that accepts an existing `TrainFlowRequest` instance for cloning."]]],[]]