public sealed class IssueModelLabelStats : IMessage<IssueModelLabelStats>, IEquatable<IssueModelLabelStats>, IDeepCloneable<IssueModelLabelStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModelLabelStats.
Aggregated statistics about an issue model.
Implements
IMessage<IssueModelLabelStats>, IEquatable<IssueModelLabelStats>, IDeepCloneable<IssueModelLabelStats>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |
Int64 |
IssueStats
public MapField<string, IssueModelLabelStats.Types.IssueStats> IssueStats { get; }
Statistics on each issue. Key is the issue's resource name.
Property Value | |
---|---|
Type | Description |
MapField<String, IssueModelLabelStats.Types.IssueStats> |
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 |
Int64 |