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 page documents the `ValidateAgentRequest` class, which is used to validate Dialogflow CX agents within the Google Cloud platform."],["The latest version of the Dialogflow CX V3 API documented on this page is 2.23.0, with the first version documented being 1.0.0, showing the full history of this class."],["`ValidateAgentRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf library."],["The class includes properties for `AgentName`, `LanguageCode`, and `Name`, allowing for specification of the agent to validate and language settings."],["`ValidateAgentRequest` has two constructors, one being a parameterless constructor and the other one taking another `ValidateAgentRequest` for the argument."]]],[]]