public MapField<string, ScoreDistribution> ActionMetrics { get; }
Action-based metrics. The map key is the action name which specified by the
site owners at time of the "execute" client-side call.
Populated only for SCORE keys.
[[["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 documentation for the `ScoreMetrics` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, part of the .NET library, with versions ranging from 1.2.0 to the latest, 2.17.0."],["The `ScoreMetrics` class offers methods and properties for managing metrics related to scoring within the reCAPTCHA Enterprise system, inheriting from various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class implements two constructors: a default `ScoreMetrics()` and a copy constructor `ScoreMetrics(ScoreMetrics other)` which takes another `ScoreMetrics` object as a parameter."],["It contains properties like `ActionMetrics`, a map of action names to `ScoreDistribution` objects, and `OverallMetrics`, which provides aggregated score metrics across all traffic."],["The `ScoreMetrics` documentation includes inherited members, showing the methods `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` coming from the base `Object` class."]]],[]]