public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, 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 `ValidationMessage` class represents a message for agent/flow validation within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the latest version being 2.23.0 and version 1.10.0 being the initial page of documentation in this context."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cValidationMessage\u003e`, `IEquatable\u003cValidationMessage\u003e`, `IDeepCloneable\u003cValidationMessage\u003e`, `IBufferMessage`, and `IMessage`, showcasing its deep integration within the .NET framework."],["`ValidationMessage` has two constructors, one default and another that takes another `ValidationMessage` object for parameter `other` and for the purpose of copying properties."],["The properties of the `ValidationMessage` class include `Detail` (a string), `ResourceNames` (a repeated field of `ResourceName`), `Resources` (an obsolete repeated field of strings), `ResourceType`, and `Severity`, providing detailed information about the validation message."],["There are many versions of the `Google.Cloud.Dialogflow.Cx.V3.ValidationMessage` class, starting at version 1.0.0 and ending with the latest version of 2.23.0, which are all accessible via hyperlinks to their respective documentation pages."]]],[]]