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 content provides documentation for the `ValidateAgentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.7.0."],["It lists various versions of the `ValidateAgentRequest` class, ranging from version 1.0.0 up to the latest version, 2.23.0, each with a hyperlink to their respective documentation."],["`ValidateAgentRequest` is used to send requests to the `Agents.ValidateAgent` method for validating agents, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AgentName`, `LanguageCode`, and `Name`, that are used to specify the agent to validate and the associated parameters."],["The documentation also details the constructors available for `ValidateAgentRequest`, including a parameter for creating an object copy."]]],[]]