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 API for .NET."],["The `TrainFlowRequest` class is used to send a request for training a flow in Dialogflow CX, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `TrainFlowRequest` class from 1.0.0 to the latest 2.23.0, under the parent version 2.2.0."],["The `TrainFlowRequest` class has two constructors and two properties, `FlowName` which is a `FlowName` type, and `Name` which is a string type and is required to identify the flow to train."],["The document specifies the inherited members of `TrainFlowRequest` from `Object` which are `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]