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, specifically for .NET developers."],["The `TrainFlowRequest` class is used to initiate the training of a flow, as indicated by its implementation of the `IMessage` interface and its role in `Flows.TrainFlow`."],["The class includes properties like `FlowName` and `Name`, where `Name` is a required string representing the flow to be trained in the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/flows/\u003cFlow ID\u003e`."],["The latest version of the documentation is 2.23.0, with versions back to 1.0.0 also being documented, showing a range of available documentation versions for `TrainFlowRequest`."],["The page documents methods like the constructor `TrainFlowRequest()`, as well as a constructor overload with a parameter of the same class type `TrainFlowRequest(TrainFlowRequest other)`."]]],[]]