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 for the .NET framework."],["The latest version of the API documented is 4.26.0, and the page also includes links to documentation for many other versions, ranging from 3.2.0 to 4.25.0."],["The `SmartReplyMetrics` class, which measures the evaluation metrics for a smart reply model, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AllowlistCoverage`, `ConversationCount`, and `TopNMetrics` to handle various types of data relevant to smart reply performance."],["There are two constructor options available: a default constructor and one that accepts another `SmartReplyMetrics` object as a parameter for creating a copy."]]],[]]