Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SmartReplyMetrics

The evaluation metrics for smart reply model.

Inheritance
object
GoogleCloudDialogflowV2SmartReplyMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SmartReplyMetrics : IDirectResponseSchema

Properties

AllowlistCoverage

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].

Declaration
[JsonProperty("allowlistCoverage")]
public virtual float? AllowlistCoverage { get; set; }
Property Value
Type Description
float?

ConversationCount

Total number of conversations used to generate this metric.

Declaration
[JsonProperty("conversationCount")]
public virtual long? ConversationCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TopNMetrics

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

Declaration
[JsonProperty("topNMetrics")]
public virtual IList<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics> TopNMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX