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, used for requesting the training of a flow in Dialogflow CX."],["The `TrainFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The documentation covers a range of versions for `TrainFlowRequest`, from the latest `2.23.0` down to `1.0.0`, allowing users to access information for different releases of the class."],["It details the properties of the `TrainFlowRequest` class, including `FlowName`, a typed resource name, and `Name`, a string representing the fully qualified name of the flow to be trained."],["The class's constructors, `TrainFlowRequest()` and `TrainFlowRequest(TrainFlowRequest other)`, are documented, offering options for default instantiation and creating copies of existing objects."]]],[]]