Class GoogleCloudDialogflowV2SmartReplyMetrics
The evaluation metrics for smart reply model.
Implements
Inherited Members
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> |