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 content focuses on the `TrainFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for training flows in Dialogflow CX."],["The `TrainFlowRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, comparison, cloning, and buffer management."],["The latest version for the object `TrainFlowRequest` is 2.23.0, with various prior versions being documented within the provided links, dating back to version 1.0.0, showing the progression of the API."],["The class has two constructors: one default and one that takes another `TrainFlowRequest` object as an argument for creating a new instance."],["The `TrainFlowRequest` class includes properties such as `FlowName` and `Name`, which are used to specify the flow to be trained and its associated resource name, respectively."]]],[]]