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 validating agents or flows within the Dialogflow CX V3 service, and it is used for error reporting and resource validation."],["The latest version of the Google Cloud Dialogflow CX V3 library is 2.23.0, and the webpage provides access to documentation for multiple previous versions, including those ranging from 2.22.0 down to 1.0.0."],["`ValidationMessage` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message data and object interactions, and it inherits from the base `Object` class."],["Key properties within `ValidationMessage` include `Detail` for the message's specifics, `ResourceNames` and `Resources` for identifying affected resources, `ResourceType` for specifying resource type, and `Severity` to indicate message importance."],["`ValidationMessage` has two constructors, a default and an overload that takes an existing `ValidationMessage` object as a parameter."]]],[]]