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 provides documentation for the `ValidateAgentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for validating Dialogflow CX agents."],["The `ValidateAgentRequest` class is available across multiple versions, ranging from the latest version 2.23.0 down to 1.0.0, with links to specific version documentation provided."],["The `ValidateAgentRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `AgentName`, `LanguageCode`, and `Name`, which are used to specify the agent and relevant language for validation."],["This page presents the available constructors, such as `ValidateAgentRequest()` and `ValidateAgentRequest(ValidateAgentRequest other)`, along with their descriptions and parameter information."]]],[]]