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 webpage provides documentation for the `TrainFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The latest version of the documentation available on this page is version 2.23.0, however versions back to 1.0.0 can be accessed from this page."],["The `TrainFlowRequest` class is used to send requests to train a flow within the Google Cloud Dialogflow CX service, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `TrainFlowRequest` class has two constructors, a default constructor, and one that takes another `TrainFlowRequest` as a parameter, and exposes properties including `FlowName` and `Name`."],["The documentation details the inheritance and implementation hierarchy, with `TrainFlowRequest` inheriting from `Object` and implementing several interfaces to utilize its full functionality."]]],[]]