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."],[[["The latest version of the Dialogflow v3 API class `ValidateAgentRequest` is 2.23.0, with multiple prior versions available, including 2.18.0, which is the version currently displayed."],["`ValidateAgentRequest` is a request message used for validating agents within the Dialogflow v3 API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidateAgentRequest` class has constructors that allow for the creation of a new instance, or creating a copy of another `ValidateAgentRequest` object."],["The class contains properties `AgentName`, `LanguageCode`, and `Name` for managing the agent validation request, including allowing users to specify a language code, otherwise defaulting to the agent's default language, and the name of the agent to validate."],["The class is defined within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]