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 details the `ValidateAgentRequest` class, which is used to validate an agent in the Google Cloud Dialogflow CX V3 service."],["The latest version of the Google.Cloud.Dialogflow.Cx.V3 API available is 2.23.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 up to 2.23.0."],["`ValidateAgentRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidateAgentRequest` class has constructors for default initialization and copying from another `ValidateAgentRequest` object."],["Key properties of `ValidateAgentRequest` include `AgentName`, `LanguageCode`, and `Name`, with `Name` being a required field specifying the agent's resource identifier."]]],[]]