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, detailing its properties, constructors, and implemented interfaces."],["The content lists various versions of the Dialogflow v3 API, ranging from the latest version 2.23.0 down to version 1.0.0, with each version containing a link to its respective `ValidateAgentRequest` documentation."],["`ValidateAgentRequest` is a class used to send requests to validate a Dialogflow CX agent, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ValidateAgentRequest` include `AgentName`, which is a typed view over the agent's resource name, `LanguageCode` to specify a language for validation, and `Name`, which is a string representing the resource name of the agent to validate."],["The `ValidateAgentRequest` class has two constructors: a default constructor and one that accepts another `ValidateAgentRequest` object as a parameter for duplication."]]],[]]