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 of the `ValidationResult` class in the `Google.Cloud.Dialogflow.V2` namespace is 4.26.0, with multiple previous versions ranging from 4.25.0 down to 3.2.0 also documented."],["The `ValidationResult` class is part of the `Google.Cloud.Dialogflow.V2` assembly and represents the output of agent validation, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationResult` class has a default constructor as well as a copy constructor, that takes in another `ValidationResult`."],["The `ValidationErrors` property, of type `RepeatedField\u003cValidationError\u003e`, contains all validation errors associated with the `ValidationResult` instance."]]],[]]