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 webpage provides documentation for the `AgentValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for various versions."],["`AgentValidationResult` is a message type used in the Dialogflow CX API, which can be accessed under the project ID, Location ID, and Agent ID, and is designed to represent the result of an agent validation process."],["The webpage lists various versions of `AgentValidationResult`, ranging from the latest version, 2.23.0, down to version 1.0.0, showing the history and evolution of the class."],["The `AgentValidationResult` class inherits from and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes properties like `AgentValidationResultName`, `FlowValidationResults`, and `Name` for specific data access."],["The `AgentValidationResult` class includes both an empty constructor `AgentValidationResult()` and a constructor for cloning `AgentValidationResult(AgentValidationResult other)`."]]],[]]