Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats

Aggregated statistics about an issue.

Inheritance
object
GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats
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 GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX