Class GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics
Inheritance
GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
N
Declaration
[JsonProperty("n")]
public virtual int? N { get; set; }
Property Value
Recall
Declaration
[JsonProperty("recall")]
public virtual float? Recall { get; set; }
Property Value
Implements