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 information for the `TrainFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET platform, including the latest version (2.23.0) down to version 1.0.0."],["The `TrainFlowRequest` class is a message used for training flows in the Dialogflow v3 API, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TrainFlowRequest` class has two constructors, one default and one that takes another `TrainFlowRequest` object as a parameter, allowing for the creation of a new object from an existing one."],["The class contains two properties, `FlowName` of type `FlowName`, providing a typed view over the resource name, and `Name` which is a string representing the required flow's resource name to train."],["The documentation shows a list of links for each version, for the `TrainFlowRequest` class, allowing users to look at previous versions."]]],[]]