Class GoogleCloudDialogflowV2SmartReplyMetrics
Inheritance
GoogleCloudDialogflowV2SmartReplyMetrics
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SmartReplyMetrics : IDirectResponseSchema
Properties
AllowlistCoverage
Declaration
[JsonProperty("allowlistCoverage")]
public virtual float? AllowlistCoverage { get; set; }
Property Value
ConversationCount
Declaration
[JsonProperty("conversationCount")]
public virtual long? ConversationCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TopNMetrics
Declaration
[JsonProperty("topNMetrics")]
public virtual IList<GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics> TopNMetrics { get; set; }
Property Value
Implements