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."],[[["This webpage provides documentation for the `ValidationMessage` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its usage in the Dialogflow v3 API."],["The `ValidationMessage` class is used to represent agent/flow validation messages, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the `ValidationMessage` class, ranging from version 1.0.0 to the latest version 2.23.0, with links to each version's specific documentation."],["The `ValidationMessage` class includes properties such as `Detail`, `ResourceNames`, `Resources`, `ResourceType`, and `Severity`, which provide details about the validation message and the resources it pertains to."],["There are two constructors available for creating `ValidationMessage` objects: a parameterless constructor and a constructor that takes another `ValidationMessage` instance as a parameter for copying."]]],[]]