public RepeatedField<ChallengeMetrics> ChallengeMetrics { get; }
Metrics will be continuous and in order by dates, and in the granularity
of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have
challenge-based data.
[[["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 details the `Metrics` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, specifically for .NET, providing metrics for a single reCAPTCHA key."],["The content offers access to documentation for various versions of the `Metrics` class, ranging from version 1.2.0 up to the latest version, 2.17.0, for developers utilizing the .NET framework."],["The `Metrics` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods and properties for managing reCAPTCHA data."],["The `Metrics` class properties, like `ChallengeMetrics`, `ScoreMetrics`, `StartTime`, and `Name` (with `MetricsName` for typed access) contain key data regarding reCAPTCHA usage, including scores and challenge data."],["The available constructors for the `Metrics` class include a default constructor `Metrics()` and one that takes another `Metrics` object as a parameter to duplicate it `Metrics(Metrics other)`."]]],[]]