Google Cloud Dialogflow v2 API - Class SmartReplyMetrics (4.16.0)

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.

The evaluation metrics for smart reply model.

Inheritance

object > SmartReplyMetrics

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SmartReplyMetrics()

public SmartReplyMetrics()

SmartReplyMetrics(SmartReplyMetrics)

public SmartReplyMetrics(SmartReplyMetrics other)
Parameter
NameDescription
otherSmartReplyMetrics

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
TypeDescription
float

ConversationCount

public long ConversationCount { get; set; }

Total number of conversations used to generate this metric.

Property Value
TypeDescription
long

TopNMetrics

public RepeatedField<SmartReplyMetrics.Types.TopNMetrics> TopNMetrics { get; }

Metrics of top n smart replies, sorted by [TopNMetric.n][].

Property Value
TypeDescription
RepeatedFieldSmartReplyMetricsTypesTopNMetrics