public sealed class ValidationResult : IMessage<ValidationResult>, IEquatable<ValidationResult>, IDeepCloneable<ValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class 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 document provides reference documentation for the `ValidationResult` class within the Google Cloud Dialogflow v2beta1 API, specifically for version 1.0.0-beta20, with links to the latest beta version, 1.0.0-beta23, and previous 1.0.0-beta22."],["The `ValidationResult` class is designed to represent the outcome of agent validation and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidationResult` class includes a `ValidationErrors` property of type `RepeatedField\u003cValidationError\u003e` that contains a list of any errors discovered during validation."],["The class features two constructors, one default `ValidationResult()` and one copy constructor `ValidationResult(ValidationResult other)` allowing for a new object to be created from an existing `ValidationResult`."]]],[]]