Contact Center AI Insights v1 API - Class IssueModelLabelStats.Types.IssueStats (2.16.0)

public sealed class IssueModelLabelStats.Types.IssueStats : IMessage<IssueModelLabelStats.Types.IssueStats>, IEquatable<IssueModelLabelStats.Types.IssueStats>, IDeepCloneable<IssueModelLabelStats.Types.IssueStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModelLabelStats.Types.IssueStats.

Aggregated statistics about an issue.

Inheritance

object > IssueModelLabelStats.Types.IssueStats

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IssueStats()

public IssueStats()

IssueStats(IssueStats)

public IssueStats(IssueModelLabelStats.Types.IssueStats other)
Parameter
Name Description
other IssueModelLabelStatsTypesIssueStats

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
long