public sealed class ChallengeMetrics : IMessage<ChallengeMetrics>, IEquatable<ChallengeMetrics>, IDeepCloneable<ChallengeMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ChallengeMetrics.
[[["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 reference documentation for the `ChallengeMetrics` class within the Google Cloud reCAPTCHA Enterprise v1 API, spanning multiple versions."],["`ChallengeMetrics` is a class that provides metrics related to challenges within the reCAPTCHA Enterprise, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ChallengeMetrics` includes properties such as `FailedCount`, `NocaptchaCount`, `PageloadCount`, and `PassedCount`, which are all `long` type and hold numerical data about challenges, nocaptchas and pageloads."],["The documentation covers various versions of the API, ranging from the latest version `2.17.0` down to version `1.2.0`, allowing for cross-version comparison and reference."],["The class has two constructors, a parameterless `ChallengeMetrics()` and `ChallengeMetrics(ChallengeMetrics other)`, for either creating a new object or copying one."]]],[]]