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, specifically for the .NET environment."],["The `ChallengeMetrics` class, as part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace, offers metrics related to challenges, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Available versions for the `ChallengeMetrics` class range from 1.2.0 to the latest, 2.17.0, which include previous versions that are also listed."],["The `ChallengeMetrics` class includes properties like `FailedCount`, `NocaptchaCount`, `PageloadCount`, and `PassedCount`, which are all of type `long` and provide counts related to reCAPTCHA challenge outcomes."],["The two listed constructors are public functions that can construct a ChallengeMetrics object, one that takes no parameters, and one that takes an existing ChallengeMetrics object."]]],[]]