public interface IssueModelLabelStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsIssueStats(String key)
Statistics on each issue.
|
long |
getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
|
Map<String,IssueModelLabelStats.IssueStats> |
getIssueStats()
Deprecated.
|
int |
getIssueStatsCount()
Statistics on each issue.
|
Map<String,IssueModelLabelStats.IssueStats> |
getIssueStatsMap()
Statistics on each issue.
|
IssueModelLabelStats.IssueStats |
getIssueStatsOrDefault(String key,
IssueModelLabelStats.IssueStats defaultValue)
Statistics on each issue.
|
IssueModelLabelStats.IssueStats |
getIssueStatsOrThrow(String key)
Statistics on each issue.
|
long |
getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this
point in time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;long getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this point in time.
int64 unclassified_conversations_count = 2;int getIssueStatsCount()
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
boolean containsIssueStats(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
@Deprecated Map<String,IssueModelLabelStats.IssueStats> getIssueStats()
getIssueStatsMap() instead.Map<String,IssueModelLabelStats.IssueStats> getIssueStatsMap()
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
IssueModelLabelStats.IssueStats getIssueStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
IssueModelLabelStats.IssueStats getIssueStatsOrThrow(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
Copyright © 2023 Google LLC. All rights reserved.