public sealed class ValidateAgentRequest : IMessage<ValidateAgentRequest>, IEquatable<ValidateAgentRequest>, IDeepCloneable<ValidateAgentRequest>, IBufferMessage, IMessage
The request message for [Agents.ValidateAgent][google.cloud.dialogflow.cx.v3.Agents.ValidateAgent].
[[["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."],[[["The latest version of the `ValidateAgentRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This class, `ValidateAgentRequest`, is the request message used for validating agents in the Dialogflow CX V3 API, as indicated by the \\[Agents.ValidateAgent\\] method."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities in data handling and manipulation."],["The `ValidateAgentRequest` class includes properties such as `AgentName`, `LanguageCode`, and `Name`, allowing you to specify the agent to validate and its settings."],["The class has multiple versions available ranging from 1.0.0 to 2.23.0, providing a history of its evolution and updates for usage."]]],[]]