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, specifically for .NET development."],["The `TrainFlowRequest` class is used as a request message for training flows in the Dialogflow CX platform, as specified by `Flows.TrainFlow`."],["The page includes a list of versions of the `TrainFlowRequest` class, from the latest version (2.23.0) down to version 1.0.0, giving historical reference to the API's evolution."],["The `TrainFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and role within the Google Protobuf library."],["The `TrainFlowRequest` class has two properties: `FlowName`, a `FlowName`-typed view over the resource name, and `Name`, which is a string that represents the required flow to train, in a specific format."]]],[]]