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-25 UTC."],[[["This webpage provides reference documentation for the `ChallengeMetrics` class within the Google Cloud reCAPTCHA Enterprise v1 API, spanning multiple versions from 1.2.0 to the latest 2.17.0."],["The `ChallengeMetrics` class is designed to provide metrics related to challenges, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ChallengeMetrics` class contains four key properties: `FailedCount`, `NocaptchaCount`, `PageloadCount`, and `PassedCount`, each representing a specific metric about reCAPTCHA challenges and verifications."],["There are two constructors, a parameterless constructor and one that takes another `ChallengeMetrics` object to allow the creation of new `ChallengeMetrics` objects."],["The documentation shows the history of versions of the `ChallengeMetrics` class, allowing you to examine changes made to the class over time, all under the Google.Cloud.RecaptchaEnterprise.V1 namespace."]]],[]]