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-03-21 UTC."],[[["The webpage provides documentation for the `ValidationResult` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.8.0."],["`ValidationResult` represents the output of agent validation and is implemented as a sealed class inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationResult` class has a property `ValidationErrors` that contains all validation errors as a `RepeatedField` of `ValidationError` objects."],["The page lists links for older and newer versions of the `ValidationResult` documentation, ranging from version 3.2.0 up to the latest version, 4.26.0, showing the evolution of the documentation."]]],[]]