public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ValidationMessage.
[[["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 in the Dialogflow v3 API is used to represent messages related to agent or flow validation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `ValidationMessage` class includes properties such as `Detail`, `ResourceNames`, `Resources`, `ResourceType`, and `Severity` to provide comprehensive information about validation messages, including the specifics of the validation message, the names of the related resources, and the message severity."],["The page provides a historical list of versions of the Dialogflow v3 API, ranging from version 2.23.0 down to version 1.0.0, with 2.23.0 being the most recent version, and each version links to the documentation for the `ValidationMessage` class."],["There are two constructors of the class provided, the first being the standard, empty constructor, and the second being one that takes another `ValidationMessage` object as a parameter."]]],[]]