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 details the `AgentValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for retrieving agent validation results in Google Cloud Dialogflow CX."],["The latest version of the `AgentValidationResult` class is 2.23.0, with numerous previous versions listed down to 1.0.0."],["`AgentValidationResult` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The class contains properties such as `AgentValidationResultName` and `FlowValidationResults`, allowing access to a typed view of the resource name and to all flow validation results, as well as the `Name` property that houses the unique identifier of the validation result."],["The `AgentValidationResult` class includes two constructors: a default one, and one that takes another instance of the same class for creating a copy."]]],[]]