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 latest version of `ValidateAgentRequest` is 2.23.0, with various other versions available, spanning from 1.0.0 to 2.22.0."],["`ValidateAgentRequest` is a request message used for validating agents in the `google.cloud.dialogflow.cx.v3.Agents.ValidateAgent` system."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are for advanced manipulation."],["It contains properties such as `AgentName`, `LanguageCode`, and `Name`, which are essential for configuring and identifying the agent being validated."],["`ValidateAgentRequest` objects can be created using a default constructor, or by passing an existing `ValidateAgentRequest` object to a specific constructor."]]],[]]