public sealed class ValidateAgentRequest : IMessage<ValidateAgentRequest>, IEquatable<ValidateAgentRequest>, IDeepCloneable<ValidateAgentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ValidateAgentRequest.
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 part of the Google Cloud Dialogflow CX V3 API, and is used to validate an agent within the Dialogflow platform."],["This documentation provides reference information for versions of the API ranging from 1.0.0 to the latest release, 2.23.0."],["The `ValidateAgentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `AgentName`, `LanguageCode`, and `Name`, which are used to specify the agent to validate and the language to use for validation."],["The `ValidateAgentRequest` class contains two constructors, one default, and one that takes another `ValidateAgentRequest` object as a parameter."]]],[]]