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 document provides reference documentation for the `ValidateAgentRequest` class within the Dialogflow v3 API for .NET, including its properties and implementation details."],["The `ValidateAgentRequest` class is used as the request message for the `Agents.ValidateAgent` method in the Dialogflow CX v3 API, which allows you to validate an agent."],["There are numerous versions available, ranging from version 1.0.0 to the latest version, 2.23.0, which are listed with links to their respective documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `ValidateAgentRequest` class include `AgentName`, `LanguageCode`, and `Name`, with specific details provided for each, such as the required format of the agent name and the default language behavior."]]],[]]