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."],[[["This webpage provides documentation for the `AgentValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure, properties, and inheritance from other classes."],["The page lists various versions of the `AgentValidationResult` class, ranging from version 1.0.0 up to the latest version 2.23.0, with each version linked to its respective documentation."],["`AgentValidationResult` is a response message used for retrieving agent validation results, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AgentValidationResult` class include `AgentValidationResultName`, `FlowValidationResults` (a repeated field of flow validation results), and `Name` (the unique identifier for the agent validation result)."],["The documentation includes details on the constructors of the class, including a default constructor and a constructor that takes another `AgentValidationResult` as a parameter."]]],[]]