Class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats
Aggregated statistics about an issue.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStatsIssueStats : IDirectResponseSchema
Properties
DisplayName
Display name of the issue.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issue
Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
Declaration
[JsonProperty("issue")]
public virtual string Issue { get; set; }
Property Value
Type | Description |
---|---|
string |
LabeledConversationsCount
Number of conversations attached to the issue at this point in time.
Declaration
[JsonProperty("labeledConversationsCount")]
public virtual long? LabeledConversationsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |