public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This page provides documentation for the `ValidationResult` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.6.0 and its history up to version 4.26.0."],["The `ValidationResult` class represents the outcome of agent validation and includes a `ValidationErrors` property to list any errors found, as a list of `ValidationError`."],["The `ValidationResult` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The page lists multiple versions of the API, ranging from 3.2.0 up to the most recent at 4.26.0, each with its own link."],["There are two constructors for the class that are displayed, the first being a default constructor and the second being one that takes another `ValidationResult` as a parameter."]]],[]]