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 latest version available for `Google.Cloud.Dialogflow.V2.ValidationResult` is 4.26.0, but the page also lists other available versions all the way back to version 3.2.0."],["`ValidationResult` is a class that represents the output of agent validation and is found within the `Google.Cloud.Dialogflow.V2` namespace."],["The `ValidationResult` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationResult` class has a property called `ValidationErrors`, which is a `RepeatedField` containing all the validation errors, of type `ValidationError`."],["This class offers two constructors, `ValidationResult()` and `ValidationResult(ValidationResult other)`, the latter of which takes another `ValidationResult` object as a parameter."]]],[]]