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-04-09 UTC."],[[["The `ValidateAgentRequest` class is part of the Dialogflow v3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET development."],["This class, used for validating Dialogflow agents, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it has capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the API in this list is 2.23.0, and it supports versions from 1.0.0 up to 2.23.0, providing a historical log of versions."],["`ValidateAgentRequest` contains properties such as `AgentName`, `LanguageCode`, and `Name` that are crucial for specifying the agent to be validated and its settings."]]],[]]