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 documentation for the `TrainFlowRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `TrainFlowRequest` class is a request message used for training flows and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.23.0, but versions are listed going back to 1.0.0, each with links to their respective documentation."],["The `TrainFlowRequest` class includes properties such as `FlowName` (a `FlowName`-typed view) and `Name` (a string representing the flow to be trained), alongside constructors to create instances of this class."],["The namespace for the `TrainFlowRequest` class is `Google.Cloud.Dialogflow.Cx.V3`, and it is found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]