public interface CalculateStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCustomHighlighterMatches(String key)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
boolean |
containsIssueMatches(String key)
Deprecated.
|
boolean |
containsIssueMatchesStats(String key)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
boolean |
containsSmartHighlighterMatches(String key)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
com.google.protobuf.Duration |
getAverageDuration()
The average duration of all conversations.
|
com.google.protobuf.DurationOrBuilder |
getAverageDurationOrBuilder()
The average duration of all conversations.
|
int |
getAverageTurnCount()
The average number of turns per conversation.
|
int |
getConversationCount()
The total number of conversations.
|
CalculateStatsResponse.TimeSeries |
getConversationCountTimeSeries()
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
CalculateStatsResponse.TimeSeriesOrBuilder |
getConversationCountTimeSeriesOrBuilder()
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
Map<String,Integer> |
getCustomHighlighterMatches()
Deprecated.
|
int |
getCustomHighlighterMatchesCount()
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
Map<String,Integer> |
getCustomHighlighterMatchesMap()
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
int |
getCustomHighlighterMatchesOrDefault(String key,
int defaultValue)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
int |
getCustomHighlighterMatchesOrThrow(String key)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
Map<String,Integer> |
getIssueMatches()
Deprecated.
|
int |
getIssueMatchesCount()
Deprecated.
|
Map<String,Integer> |
getIssueMatchesMap()
Deprecated.
|
int |
getIssueMatchesOrDefault(String key,
int defaultValue)
Deprecated.
|
int |
getIssueMatchesOrThrow(String key)
Deprecated.
|
Map<String,IssueModelLabelStats.IssueStats> |
getIssueMatchesStats()
Deprecated.
|
int |
getIssueMatchesStatsCount()
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
Map<String,IssueModelLabelStats.IssueStats> |
getIssueMatchesStatsMap()
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
IssueModelLabelStats.IssueStats |
getIssueMatchesStatsOrDefault(String key,
IssueModelLabelStats.IssueStats defaultValue)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
IssueModelLabelStats.IssueStats |
getIssueMatchesStatsOrThrow(String key)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
Map<String,Integer> |
getSmartHighlighterMatches()
Deprecated.
|
int |
getSmartHighlighterMatchesCount()
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
Map<String,Integer> |
getSmartHighlighterMatchesMap()
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
int |
getSmartHighlighterMatchesOrDefault(String key,
int defaultValue)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
int |
getSmartHighlighterMatchesOrThrow(String key)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
boolean |
hasAverageDuration()
The average duration of all conversations.
|
boolean |
hasConversationCountTimeSeries()
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAverageDuration()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;com.google.protobuf.Duration getAverageDuration()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;com.google.protobuf.DurationOrBuilder getAverageDurationOrBuilder()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;int getAverageTurnCount()
The average number of turns per conversation.
int32 average_turn_count = 2;int getConversationCount()
The total number of conversations.
int32 conversation_count = 3;int getSmartHighlighterMatchesCount()
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;boolean containsSmartHighlighterMatches(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;@Deprecated Map<String,Integer> getSmartHighlighterMatches()
getSmartHighlighterMatchesMap() instead.Map<String,Integer> getSmartHighlighterMatchesMap()
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;int getSmartHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;int getSmartHighlighterMatchesOrThrow(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;int getCustomHighlighterMatchesCount()
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;boolean containsCustomHighlighterMatches(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;@Deprecated Map<String,Integer> getCustomHighlighterMatches()
getCustomHighlighterMatchesMap() instead.Map<String,Integer> getCustomHighlighterMatchesMap()
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;int getCustomHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;int getCustomHighlighterMatchesOrThrow(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;@Deprecated int getIssueMatchesCount()
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];@Deprecated boolean containsIssueMatches(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];@Deprecated Map<String,Integer> getIssueMatches()
getIssueMatchesMap() instead.@Deprecated Map<String,Integer> getIssueMatchesMap()
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];@Deprecated int getIssueMatchesOrDefault(String key, int defaultValue)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];@Deprecated int getIssueMatchesOrThrow(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];int getIssueMatchesStatsCount()
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
boolean containsIssueMatchesStats(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
@Deprecated Map<String,IssueModelLabelStats.IssueStats> getIssueMatchesStats()
getIssueMatchesStatsMap() instead.Map<String,IssueModelLabelStats.IssueStats> getIssueMatchesStatsMap()
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
IssueModelLabelStats.IssueStats getIssueMatchesStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
IssueModelLabelStats.IssueStats getIssueMatchesStatsOrThrow(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
boolean hasConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
CalculateStatsResponse.TimeSeries getConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
CalculateStatsResponse.TimeSeriesOrBuilder getConversationCountTimeSeriesOrBuilder()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
Copyright © 2025 Google LLC. All rights reserved.