Class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats
Aggregated statistics about an issue model.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats : IDirectResponseSchema
Properties
AnalyzedConversationsCount
Number of conversations the issue model has analyzed at this point in time.
Declaration
[JsonProperty("analyzedConversationsCount")]
public virtual long? AnalyzedConversationsCount { 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 |
IssueStats
Statistics on each issue. Key is the issue's resource name.
Declaration
[JsonProperty("issueStats")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats> IssueStats { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats> |
UnclassifiedConversationsCount
Number of analyzed conversations for which no issue was applicable at this point in time.
Declaration
[JsonProperty("unclassifiedConversationsCount")]
public virtual long? UnclassifiedConversationsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |