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, all within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `TrainFlowRequest` class inherits from `System.Object` and implements several interfaces including `Google.Protobuf.IMessage`, `System.IEquatable`, `Google.Protobuf.IDeepCloneable`, and `Google.Protobuf.IBufferMessage`, as described."],["The `TrainFlowRequest` class contains two properties, `FlowName` of type `FlowName` and `Name` of type `string`, where `Name` specifies the resource path of the flow to be trained."],["The available constructors for this class include a default empty constructor and one allowing a direct copy from another `TrainFlowRequest` instance."]]],[]]