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-03-21 UTC."],[[["The latest version of the `Google.Cloud.Dialogflow.V2.SmartReplyMetrics` class is 4.26.0, with numerous previous versions available, going as far back as version 3.2.0."],["`SmartReplyMetrics` is a sealed class that provides evaluation metrics for the smart reply model, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SmartReplyMetrics` includes properties such as `AllowlistCoverage`, representing the percentage of target messages with similar messages in the allowlist, `ConversationCount`, indicating the number of conversations used for metric generation, and `TopNMetrics`, for metrics of top n smart replies."],["`SmartReplyMetrics` class has two constructors, one default and one that accepts another `SmartReplyMetrics` object as a parameter for initialization."]]],[]]