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-03-21 UTC."],[[["The webpage provides reference documentation and code samples for the `SmartReplyMetrics` class in the Google Cloud Dialogflow v2 API, with version information ranging from 3.2.0 to the latest version, 4.26.0."],["`SmartReplyMetrics` is a class that represents the evaluation metrics for the smart reply model within the Google Cloud Dialogflow v2 API, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `SmartReplyMetrics` class includes properties such as `AllowlistCoverage`, which indicates the percentage of target messages with similar messages in the allowlist, `ConversationCount`, which is the number of conversations, and `TopNMetrics`, which details the metrics of top smart replies."],["There are two constructors available for the `SmartReplyMetrics` class, one being the default constructor and the other taking a `SmartReplyMetrics` object as a parameter for creating a new object based on another one."]]],[]]