public sealed class TrainAgentRequest : IMessage<TrainAgentRequest>, IEquatable<TrainAgentRequest>, IDeepCloneable<TrainAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent].
[[["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 page provides documentation for the `TrainAgentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its structure and usage."],["The `TrainAgentRequest` class is part of the Google Cloud Dialogflow V2 API and is used to train agents, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes a comprehensive list of versions for `TrainAgentRequest`, ranging from the latest 4.26.0 down to 3.2.0, with each link directing to the respective version's documentation."],["The class has public properties like `Parent`, `ParentAsLocationName`, `ParentAsProjectName`, and `ParentAsResourceName`, which are used to specify the project associated with the agent being trained."],["The documentation details two constructors for the class, one parameterless and another which takes in another TrainAgentRequest object."]]],[]]