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."],[[["This document provides reference documentation for the `TrainFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, with the latest version being 2.23.0."],["The `TrainFlowRequest` class is used to make requests for training a flow in the Dialogflow v3 API and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `FlowName` and `Name`, where `Name` specifies the flow to be trained using a specific format, and `FlowName` is a view over the `Name` resource."],["There are many previous versions of this document available, ranging from version 2.22.0 all the way down to version 1.0.0, providing a historical reference."],["The `TrainFlowRequest` class also have two constructors one being the default and the second takes in another `TrainFlowRequest` as a parameter."]]],[]]