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 Google Cloud Dialogflow CX."],["This page documents the `TrainFlowRequest` class across various versions, from 1.0.0 to the latest version 2.23.0, and covers the available versions and their links to their respective documentation."],["The `TrainFlowRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The `TrainFlowRequest` class has properties such as `FlowName`, which is a typed view over the `Name` property, and the `Name` property which specifies the flow to train."],["The main content on this webpage are the available versions of the `TrainFlowRequest` class and information about its properties and methods."]]],[]]