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 latest version of the `TrainFlowRequest` class is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment."],["This page details the `TrainFlowRequest` class, which is a request message for training flows within Dialogflow CX, and includes a list of all the version numbers of this class."],["The `TrainFlowRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `TrainFlowRequest` class has properties for `FlowName`, which provides a typed view, and `Name`, a string that is required and specifies the flow to be trained."],["The class can be constructed using the `TrainFlowRequest()` constructor or through the `TrainFlowRequest(TrainFlowRequest other)` constructor, which copies another `TrainFlowRequest` object."]]],[]]