Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IssueModelLabelStats

Aggregated statistics about an issue model.

Inheritance
object
GoogleCloudContactcenterinsightsV1IssueModelLabelStats
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.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1IssueModelLabelStats : 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, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> IssueStats { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX