public sealed class GetAgentValidationResultRequest : IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessage
The request message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[[["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 webpage provides documentation for the `GetAgentValidationResultRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.8.0, alongside various versions up to 2.23.0."],["`GetAgentValidationResultRequest` is a message type used to request an agent's validation result, as indicated in the provided description of the class."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the type of functions that can be performed with the class."],["Key properties of `GetAgentValidationResultRequest` include `AgentValidationResultName`, which is a typed view of the agent validation result name, `LanguageCode`, which specifies the language, and `Name`, which represents the agent's name and path in a resource format."],["There are two constructors available for this class, `GetAgentValidationResultRequest()` and `GetAgentValidationResultRequest(GetAgentValidationResultRequest other)`."]]],[]]