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 `ValidateAgentRequest` class is used to request the validation of an agent within the Dialogflow CX API."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `ValidateAgentRequest` is 2.23.0, with numerous prior versions from 2.22.0 all the way down to 1.0.0 being provided."],["`ValidateAgentRequest` includes properties like `AgentName`, `LanguageCode`, and `Name`, which allow specifying the agent to validate and the language to be used."],["The class offers two constructors, a parameterless constructor, and one that receives another `ValidateAgentRequest`."]]],[]]