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 the `Object` class, including the full list of available versions."],["The `AgentValidationResult` class is a response message type for `Agents.GetAgentValidationResult` operations within Google Cloud's Dialogflow CX."],["It implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains a list of `FlowValidationResults`."],["The class includes properties like `AgentValidationResultName`, which provides a typed view over the resource name, and `Name`, which is a unique identifier for the agent validation result, in addition to having two constructors."],["The latest version available in the list is `2.23.0` with a link to the corresponding documentation, with a descending list going down to version `1.0.0`, in addition to `1.6.0` being shown as a version in the main text."]]],[]]