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."],[[["This webpage details the `ValidateAgentRequest` class, which is used to validate an agent in the Dialogflow CX API."],["The latest version available for `ValidateAgentRequest` is 2.23.0, with multiple prior versions listed, going as far back as version 1.0.0."],["The `ValidateAgentRequest` class includes properties like `AgentName`, `LanguageCode`, and `Name`, to be used to specify which agent to validate, and which language to use in the validation process."],["`ValidateAgentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protobuf framework."],["There are two constructors provided for the `ValidateAgentRequest` class, one default and one that accepts another `ValidateAgentRequest` object as a parameter for cloning."]]],[]]