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 page provides reference documentation for the `TrainFlowRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET development."],["The `TrainFlowRequest` class is used to initiate the training of a flow, as part of the `Flows.TrainFlow` process in the Dialogflow CX API, and it has a required `Name` property to define which flow it should train."],["The latest version of the Dialogflow.Cx.V3 API for the `TrainFlowRequest` is version 2.23.0, and the page lists previous versions as far back as 1.0.0, all with links to their respective documentation."],["`TrainFlowRequest` has the ability to take in the parameter `other`, which takes in another instance of `TrainFlowRequest` to create a copy of it, and also contains a `FlowName` property."],["`TrainFlowRequest` class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]