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, detailing its usage in the Dialogflow CX API."],["The latest version available for `TrainFlowRequest` is 2.23.0, with a comprehensive list of prior versions dating back to 1.0.0 that can be referenced."],["`TrainFlowRequest` is a message type used for training flows, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating `TrainFlowRequest` objects, including one for copying existing `TrainFlowRequest` objects, and it has properties such as `FlowName` and `Name` to define the flow to be trained."],["Inherited members from the `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, are also part of the `TrainFlowRequest` class functionality."]]],[]]