public sealed class ChallengeMetrics : IMessage<ChallengeMetrics>, IEquatable<ChallengeMetrics>, IDeepCloneable<ChallengeMetrics>, 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 `ChallengeMetrics` class provides metrics related to reCAPTCHA challenges, including counts of failed, successful (passed), and nocaptcha verifications, along with the number of pageloads."],["This documentation provides a list of versions for the `ChallengeMetrics` class, ranging from version 1.2.0 up to the latest 2.17.0."],["The latest version of `ChallengeMetrics` is 2.17.0, indicating ongoing updates and potential improvements to the class."],["`ChallengeMetrics` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities such as deep cloning, comparison, and message handling."],["The class includes properties like `FailedCount`, `NocaptchaCount`, `PageloadCount`, and `PassedCount`, which are of `Int64` type, each representing a different metric related to reCAPTCHA interactions."]]],[]]