public sealed class IssueModelLabelStats : IMessage<IssueModelLabelStats>, IEquatable<IssueModelLabelStats>, IDeepCloneable<IssueModelLabelStats>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class IssueModelLabelStats.
Aggregated statistics about an issue model.
Implements
IMessageIssueModelLabelStats, IEquatableIssueModelLabelStats, IDeepCloneableIssueModelLabelStats, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IssueModelLabelStats()
public IssueModelLabelStats()IssueModelLabelStats(IssueModelLabelStats)
public IssueModelLabelStats(IssueModelLabelStats other)| Parameter | |
|---|---|
| Name | Description |
other |
IssueModelLabelStats |
Properties
AnalyzedConversationsCount
public long AnalyzedConversationsCount { get; set; }Number of conversations the issue model has analyzed at this point in time.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IssueStats
public MapField<string, IssueModelLabelStats.Types.IssueStats> IssueStats { get; }Statistics on each issue. Key is the issue's resource name.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringIssueModelLabelStatsTypesIssueStats |
|
UnclassifiedConversationsCount
public long UnclassifiedConversationsCount { get; set; }Number of analyzed conversations for which no issue was applicable at this point in time.
| Property Value | |
|---|---|
| Type | Description |
long |
|