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 the Dialogflow v3 API in .NET."],["The `ValidateAgentRequest` class is used to send a request to validate an agent through the `Agents.ValidateAgent` method, as stated in the documentation."],["The documentation outlines that `ValidateAgentRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which come from Google.Protobuf."],["The page lists all available versions of this class, starting from version 1.0.0 to the latest version which is 2.23.0."],["The class has two constructors: a default one `ValidateAgentRequest()` and one that takes in another `ValidateAgentRequest` object as a parameter, and also contains 3 properties, `AgentName`, `LanguageCode`, and `Name`."]]],[]]