public sealed class IssueStats : IMessage<IssueModelLabelStats.Types.IssueStats>, IEquatable<IssueModelLabelStats.Types.IssueStats>, IDeepCloneable<IssueModelLabelStats.Types.IssueStats>, IBufferMessage, IMessage
Aggregated statistics about an issue.
Implements
IMessage<IssueModelLabelStats.Types.IssueStats>, IEquatable<IssueModelLabelStats.Types.IssueStats>, IDeepCloneable<IssueModelLabelStats.Types.IssueStats>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IssueStats()
public IssueStats()
IssueStats(IssueModelLabelStats.Types.IssueStats)
public IssueStats(IssueModelLabelStats.Types.IssueStats other)
Parameter | |
---|---|
Name | Description |
other | IssueModelLabelStats.Types.IssueStats |
Properties
DisplayName
public string DisplayName { get; set; }
Display name of the issue.
Property Value | |
---|---|
Type | Description |
String |
Issue
public string Issue { get; set; }
Issue resource. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
Property Value | |
---|---|
Type | Description |
String |
LabeledConversationsCount
public long LabeledConversationsCount { get; set; }
Number of conversations attached to the issue at this point in time.
Property Value | |
---|---|
Type | Description |
Int64 |