public sealed class SmartReplyMetrics : IMessage<SmartReplyMetrics>, IEquatable<SmartReplyMetrics>, IDeepCloneable<SmartReplyMetrics>, IBufferMessage, IMessage
Percentage of target participant messages in the evaluation dataset for
which similar messages have appeared at least once in the allowlist. Should
be [0, 1].
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `SmartReplyMetrics` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically covering versions from 3.2.0 up to the latest version 4.26.0."],["The `SmartReplyMetrics` class is used for evaluating metrics of the smart reply model and is implemented through several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`SmartReplyMetrics()`) and another one that takes an existing `SmartReplyMetrics` instance as an argument (`SmartReplyMetrics(SmartReplyMetrics other)`), allowing for object creation or copying."],["Key properties of the `SmartReplyMetrics` class include `AllowlistCoverage` (percentage of target messages with similar allowlist entries), `ConversationCount` (total conversations used), and `TopNMetrics` (metrics of top n smart replies)."],["Users can navigate through documentation for different versions of the `SmartReplyMetrics` class via the provided list of links, starting from version 4.1.0 and going up to 4.26.0, along with some previous versions in the 3.x range."]]],[]]