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."],[[["This webpage provides reference documentation for the `ValidateAgentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `ValidateAgentRequest` class is used as a request message for validating agents in the Dialogflow v3 API, inheriting from `object` and implementing several interfaces."],["The latest version of the documentation is for version 2.23.0, with historical versions also available, going as far back as 1.0.0."],["Key properties of `ValidateAgentRequest` include `AgentName`, `LanguageCode`, and `Name`, allowing for the specification of the agent and language for validation."],["The page details both the constructors available and the inherited members within the class."]]],[]]