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, specifically through the `Agents.ValidateAgent` method."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, offering various versions from 1.0.0 up to the latest 2.23.0."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is derived from the base `Object` class."],["The class has a few key properties: `AgentName` which is a typed view of the agent name, `LanguageCode` for specifying the language, and `Name` which is the required field for the agent's resource name in the proper format."],["There are two constructors available for the `ValidateAgentRequest` class, one default and one that takes another `ValidateAgentRequest` object to copy."]]],[]]