public sealed class AgentValidationResult : IMessage<AgentValidationResult>, IEquatable<AgentValidationResult>, IDeepCloneable<AgentValidationResult>, IBufferMessage, IMessage
The response message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
The unique identifier of the agent validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/validationResult.
[[["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 page provides documentation for the `AgentValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality in the context of Dialogflow CX."],["The `AgentValidationResult` class is a response message used in retrieving agent validation results, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a list of versions ranging from 2.23.0 (latest) down to 1.0.0 for the `AgentValidationResult`, all of which can be navigated to via hyperlinks."],["Key properties of the `AgentValidationResult` include `AgentValidationResultName`, which is a typed view over the resource name, `FlowValidationResults`, a collection of flow validation results, and `Name`, the unique identifier of the agent validation result."]]],[]]