public sealed class SmartReplyMetrics : IMessage<SmartReplyMetrics>, IEquatable<SmartReplyMetrics>, IDeepCloneable<SmartReplyMetrics>, IBufferMessage, IMessageThe evaluation metrics for smart reply model.
Implements
IMessage<SmartReplyMetrics>, IEquatable<SmartReplyMetrics>, IDeepCloneable<SmartReplyMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SmartReplyMetrics()
public SmartReplyMetrics()SmartReplyMetrics(SmartReplyMetrics)
public SmartReplyMetrics(SmartReplyMetrics other)| Parameter | |
|---|---|
| Name | Description | 
| other | SmartReplyMetrics | 
Properties
AllowlistCoverage
public float AllowlistCoverage { get; set; }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].
| Property Value | |
|---|---|
| Type | Description | 
| Single | |
ConversationCount
public long ConversationCount { get; set; }Total number of conversations used to generate this metric.
| Property Value | |
|---|---|
| Type | Description | 
| Int64 | |
TopNMetrics
public RepeatedField<SmartReplyMetrics.Types.TopNMetrics> TopNMetrics { get; }Metrics of top n smart replies, sorted by [TopNMetric.n][].
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<SmartReplyMetrics.Types.TopNMetrics> | |