public sealed class TrainFlowRequest : IMessage<TrainFlowRequest>, IEquatable<TrainFlowRequest>, IDeepCloneable<TrainFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TrainFlowRequest.
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 in the Dialogflow v3 API is 2.23.0, while the current page focuses on version 2.19.0, offering a list of versions from 1.0.0 up to the latest, for reference."],["`TrainFlowRequest` is a class used in the Dialogflow v3 API to train a flow, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TrainFlowRequest` class has two constructors: a default constructor and one that takes another `TrainFlowRequest` object as a parameter."],["The class exposes properties like `FlowName` (a `FlowName`-typed view) and `Name` (a string) to specify the flow to be trained, with `Name` requiring a specific format."]]],[]]