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 webpage provides reference documentation for the `TrainFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The latest version documented is 2.23.0, while the current page defaults to version 2.16.0, and it provides links to documentation for all versions between these, going all the way back to version 1.0.0."],["The `TrainFlowRequest` class is used to request the training of a flow and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `TrainFlowRequest` class include `FlowName`, a `FlowName`-typed property, and `Name`, a string property that specifies the flow to be trained."],["The documentation includes details on the `TrainFlowRequest` constructors and also lists the inherited members from `object`, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]