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 available for `TrainFlowRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0."],["This page documents the `TrainFlowRequest` class, which is used as the request message for training a flow in Dialogflow CX."],["The `TrainFlowRequest` class has multiple implementations such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `TrainFlowRequest` class has properties like `FlowName` which is a typed view over the `Name` resource name property and `Name` which represents the flow to be trained, using the specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/flows/\u003cFlow ID\u003e`."],["The webpage lists a comprehensive history of versions of the `TrainFlowRequest` class, ranging from version 1.0.0 up to the latest version, 2.23.0, for reference."]]],[]]