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 details the `TrainFlowRequest` class, which is used to request the training of a flow within the Google Cloud Dialogflow CX platform."],["The content provides a history of versions for the `TrainFlowRequest` class, ranging from version 1.0.0 up to the latest version 2.23.0, each with links to their documentation."],["`TrainFlowRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors, a default constructor, and one that accepts another `TrainFlowRequest` object for duplication."],["The class contains two main properties, `FlowName` which is a `FlowName` typed property and `Name` which is of type `string`, each providing ways to set the flow to train."]]],[]]