public sealed class ActionDetails : IMessage<DiscoveryEvent.Types.ActionDetails>, IEquatable<DiscoveryEvent.Types.ActionDetails>, IDeepCloneable<DiscoveryEvent.Types.ActionDetails>, 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-25 UTC."],[[["The latest version of `DiscoveryEvent.Types.ActionDetails` is 3.6.0, and the page provides links to documentation for versions ranging from 1.0.0 to 3.6.0."],["`ActionDetails` is a class that provides details about a specific action, such as \"IncompatibleDataSchema\" or \"InvalidDataFormat\", and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ActionDetails` class includes a public property called `Type`, which is a string representing the type of the action being described."],["The class `ActionDetails` can be instantiated with two available constructors, a default and one that receives another `ActionDetails` instance as parameter."]]],[]]