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 for .NET."],["The `TrainFlowRequest` class is a part of the Dialogflow v3 API and is used to construct request messages for the `Flows.TrainFlow` operation."],["The page lists available versions of the Dialogflow.Cx.V3 package, ranging from version 1.0.0 to the latest, 2.23.0, providing links to each version's documentation."],["The `TrainFlowRequest` class inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable\u003cTrainFlowRequest\u003e`, `IDeepCloneable\u003cTrainFlowRequest\u003e`, and `IBufferMessage`."],["The class has two constructors and has properties like `FlowName` and `Name` that are essential in order to specify the flow to be trained, and can utilize the format for specifying the flow, such as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/flows/\u003cFlow ID\u003e`."]]],[]]