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-04-09 UTC."],[[["This webpage provides documentation for the `TrainFlowRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The content lists multiple versions of the `TrainFlowRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, allowing users to select the relevant version for their needs."],["The `TrainFlowRequest` class is used to train a specific flow in Dialogflow CX, as indicated by its description, and it inherits from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FlowName` (a typed view over the resource name) and `Name` (which specifies the flow to be trained), and it also has constructors for creating instances of the `TrainFlowRequest` object."]]],[]]