public sealed class SmartReplyMetrics : IMessage<SmartReplyMetrics>, IEquatable<SmartReplyMetrics>, IDeepCloneable<SmartReplyMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SmartReplyMetrics.
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 reference documentation for the `SmartReplyMetrics` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.13.0, but also providing links to other versions from 3.2.0 up to the latest 4.26.0."],["`SmartReplyMetrics` is a class used for evaluating metrics for smart reply models and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `SmartReplyMetrics()` and `SmartReplyMetrics(SmartReplyMetrics other)`, allowing for the creation of new instances or copies."],["Key properties of the class include `AllowlistCoverage`, which indicates the percentage of target messages that have similar messages in an allowlist, `ConversationCount`, which represents the total number of conversations used to generate the metric, and `TopNMetrics`, which provides metrics for the top n smart replies."],["The page lists an extensive range of versions of the class, allowing the user to navigate and compare the differences between each version."]]],[]]