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."],[[["This webpage details the `GetAgentValidationResultRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for retrieving agent validation results in Dialogflow CX."],["The page offers a comprehensive list of versions for the `GetAgentValidationResultRequest` class, ranging from version 2.23.0 (latest) down to 1.0.0, all found in the Google.Cloud.Dialogflow.Cx.V3 assembly."],["The `GetAgentValidationResultRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties `AgentValidationResultName`, `LanguageCode`, and `Name`, with the `Name` property being a required field for specifying the agent path."],["The page lists the constructors for `GetAgentValidationResultRequest`, which is a default constructor and one which takes in another `GetAgentValidationResultRequest` as a parameter."]]],[]]