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 is used for agent/flow validation within the Google Cloud Dialogflow CX V3 library, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page outlines the details of `ValidationMessage` class and its associated members within version 1.11.0 of the `Google.Cloud.Dialogflow.Cx.V3` namespace, contained in `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class provides properties such as `Detail`, `ResourceNames`, `Resources`, `ResourceType`, and `Severity` to manage and understand validation messages."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3.ValidationMessage` is 2.23.0, with a comprehensive history of versions ranging from 1.0.0 to the latest release."],["The class provides 2 constructors `ValidationMessage()` and `ValidationMessage(ValidationMessage other)`, to create new `ValidationMessage` objects, with the second taking another instance of `ValidationMessage` as a parameter to define a new instance."]]],[]]