public static final class CalculateStatsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder> implements CalculateStatsResponseOrBuilder
The response for calculating conversation statistics.Protobuf type
google.cloud.contactcenterinsights.v1.CalculateStatsResponse| Modifier and Type | Method and Description |
|---|---|
CalculateStatsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CalculateStatsResponse |
build() |
CalculateStatsResponse |
buildPartial() |
CalculateStatsResponse.Builder |
clear() |
CalculateStatsResponse.Builder |
clearAverageDuration()
The average duration of all conversations.
|
CalculateStatsResponse.Builder |
clearAverageTurnCount()
The average number of turns per conversation.
|
CalculateStatsResponse.Builder |
clearConversationCount()
The total number of conversations.
|
CalculateStatsResponse.Builder |
clearConversationCountTimeSeries()
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
CalculateStatsResponse.Builder |
clearCustomHighlighterMatches() |
CalculateStatsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CalculateStatsResponse.Builder |
clearIssueMatches()
Deprecated.
|
CalculateStatsResponse.Builder |
clearIssueMatchesStats() |
CalculateStatsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CalculateStatsResponse.Builder |
clearSmartHighlighterMatches() |
CalculateStatsResponse.Builder |
clone() |
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.Duration.Builder |
getAverageDurationBuilder()
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.TimeSeries.Builder |
getConversationCountTimeSeriesBuilder()
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.
|
CalculateStatsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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> |
getMutableCustomHighlighterMatches()
Deprecated.
|
Map<String,Integer> |
getMutableIssueMatches()
Deprecated.
|
Map<String,IssueModelLabelStats.IssueStats> |
getMutableIssueMatchesStats()
Deprecated.
|
Map<String,Integer> |
getMutableSmartHighlighterMatches()
Deprecated.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
CalculateStatsResponse.Builder |
mergeAverageDuration(com.google.protobuf.Duration value)
The average duration of all conversations.
|
CalculateStatsResponse.Builder |
mergeConversationCountTimeSeries(CalculateStatsResponse.TimeSeries value)
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
CalculateStatsResponse.Builder |
mergeFrom(CalculateStatsResponse other) |
CalculateStatsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CalculateStatsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
CalculateStatsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CalculateStatsResponse.Builder |
putAllCustomHighlighterMatches(Map<String,Integer> values)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
putAllIssueMatches(Map<String,Integer> values)
Deprecated.
|
CalculateStatsResponse.Builder |
putAllIssueMatchesStats(Map<String,IssueModelLabelStats.IssueStats> values)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
CalculateStatsResponse.Builder |
putAllSmartHighlighterMatches(Map<String,Integer> values)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
putCustomHighlighterMatches(String key,
int value)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
putIssueMatches(String key,
int value)
Deprecated.
|
CalculateStatsResponse.Builder |
putIssueMatchesStats(String key,
IssueModelLabelStats.IssueStats value)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
CalculateStatsResponse.Builder |
putSmartHighlighterMatches(String key,
int value)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
removeCustomHighlighterMatches(String key)
A map associating each custom highlighter resource name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
removeIssueMatches(String key)
Deprecated.
|
CalculateStatsResponse.Builder |
removeIssueMatchesStats(String key)
A map associating each issue resource name with its respective number of
matches in the set of conversations.
|
CalculateStatsResponse.Builder |
removeSmartHighlighterMatches(String key)
A map associating each smart highlighter display name with its respective
number of matches in the set of conversations.
|
CalculateStatsResponse.Builder |
setAverageDuration(com.google.protobuf.Duration.Builder builderForValue)
The average duration of all conversations.
|
CalculateStatsResponse.Builder |
setAverageDuration(com.google.protobuf.Duration value)
The average duration of all conversations.
|
CalculateStatsResponse.Builder |
setAverageTurnCount(int value)
The average number of turns per conversation.
|
CalculateStatsResponse.Builder |
setConversationCount(int value)
The total number of conversations.
|
CalculateStatsResponse.Builder |
setConversationCountTimeSeries(CalculateStatsResponse.TimeSeries.Builder builderForValue)
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
CalculateStatsResponse.Builder |
setConversationCountTimeSeries(CalculateStatsResponse.TimeSeries value)
A time series representing the count of conversations created over time
that match that requested filter criteria.
|
CalculateStatsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CalculateStatsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CalculateStatsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CalculateStatsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CalculateStatsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CalculateStatsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder mergeFrom(CalculateStatsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public CalculateStatsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CalculateStatsResponse.Builder>IOExceptionpublic boolean 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;hasAverageDuration in interface CalculateStatsResponseOrBuilderpublic 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;getAverageDuration in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder setAverageDuration(com.google.protobuf.Duration value)
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;public CalculateStatsResponse.Builder setAverageDuration(com.google.protobuf.Duration.Builder builderForValue)
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;public CalculateStatsResponse.Builder mergeAverageDuration(com.google.protobuf.Duration value)
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;public CalculateStatsResponse.Builder clearAverageDuration()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;public com.google.protobuf.Duration.Builder getAverageDurationBuilder()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;public 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;getAverageDurationOrBuilder in interface CalculateStatsResponseOrBuilderpublic int getAverageTurnCount()
The average number of turns per conversation.
int32 average_turn_count = 2;getAverageTurnCount in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder setAverageTurnCount(int value)
The average number of turns per conversation.
int32 average_turn_count = 2;value - The averageTurnCount to set.public CalculateStatsResponse.Builder clearAverageTurnCount()
The average number of turns per conversation.
int32 average_turn_count = 2;public int getConversationCount()
The total number of conversations.
int32 conversation_count = 3;getConversationCount in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder setConversationCount(int value)
The total number of conversations.
int32 conversation_count = 3;value - The conversationCount to set.public CalculateStatsResponse.Builder clearConversationCount()
The total number of conversations.
int32 conversation_count = 3;public int getSmartHighlighterMatchesCount()
CalculateStatsResponseOrBuilderA 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;getSmartHighlighterMatchesCount in interface CalculateStatsResponseOrBuilderpublic 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;containsSmartHighlighterMatches in interface CalculateStatsResponseOrBuilder@Deprecated public Map<String,Integer> getSmartHighlighterMatches()
getSmartHighlighterMatchesMap() instead.getSmartHighlighterMatches in interface CalculateStatsResponseOrBuilderpublic 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;getSmartHighlighterMatchesMap in interface CalculateStatsResponseOrBuilderpublic 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;getSmartHighlighterMatchesOrDefault in interface CalculateStatsResponseOrBuilderpublic 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;getSmartHighlighterMatchesOrThrow in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder clearSmartHighlighterMatches()
public CalculateStatsResponse.Builder removeSmartHighlighterMatches(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 public Map<String,Integer> getMutableSmartHighlighterMatches()
public CalculateStatsResponse.Builder putSmartHighlighterMatches(String key, int value)
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;public CalculateStatsResponse.Builder putAllSmartHighlighterMatches(Map<String,Integer> values)
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;public int getCustomHighlighterMatchesCount()
CalculateStatsResponseOrBuilderA 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;getCustomHighlighterMatchesCount in interface CalculateStatsResponseOrBuilderpublic 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;containsCustomHighlighterMatches in interface CalculateStatsResponseOrBuilder@Deprecated public Map<String,Integer> getCustomHighlighterMatches()
getCustomHighlighterMatchesMap() instead.getCustomHighlighterMatches in interface CalculateStatsResponseOrBuilderpublic 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;getCustomHighlighterMatchesMap in interface CalculateStatsResponseOrBuilderpublic 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;getCustomHighlighterMatchesOrDefault in interface CalculateStatsResponseOrBuilderpublic 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;getCustomHighlighterMatchesOrThrow in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder clearCustomHighlighterMatches()
public CalculateStatsResponse.Builder removeCustomHighlighterMatches(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 public Map<String,Integer> getMutableCustomHighlighterMatches()
public CalculateStatsResponse.Builder putCustomHighlighterMatches(String key, int value)
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;public CalculateStatsResponse.Builder putAllCustomHighlighterMatches(Map<String,Integer> values)
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 public int getIssueMatchesCount()
CalculateStatsResponseOrBuilderA 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];getIssueMatchesCount in interface CalculateStatsResponseOrBuilder@Deprecated public 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];containsIssueMatches in interface CalculateStatsResponseOrBuilder@Deprecated public Map<String,Integer> getIssueMatches()
getIssueMatchesMap() instead.getIssueMatches in interface CalculateStatsResponseOrBuilder@Deprecated public 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];getIssueMatchesMap in interface CalculateStatsResponseOrBuilder@Deprecated public 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];getIssueMatchesOrDefault in interface CalculateStatsResponseOrBuilder@Deprecated public 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];getIssueMatchesOrThrow in interface CalculateStatsResponseOrBuilder@Deprecated public CalculateStatsResponse.Builder clearIssueMatches()
@Deprecated public CalculateStatsResponse.Builder removeIssueMatches(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 public Map<String,Integer> getMutableIssueMatches()
@Deprecated public CalculateStatsResponse.Builder putIssueMatches(String key, int value)
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 public CalculateStatsResponse.Builder putAllIssueMatches(Map<String,Integer> values)
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];public int getIssueMatchesStatsCount()
CalculateStatsResponseOrBuilderA 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;
getIssueMatchesStatsCount in interface CalculateStatsResponseOrBuilderpublic 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;
containsIssueMatchesStats in interface CalculateStatsResponseOrBuilder@Deprecated public Map<String,IssueModelLabelStats.IssueStats> getIssueMatchesStats()
getIssueMatchesStatsMap() instead.getIssueMatchesStats in interface CalculateStatsResponseOrBuilderpublic 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;
getIssueMatchesStatsMap in interface CalculateStatsResponseOrBuilderpublic 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;
getIssueMatchesStatsOrDefault in interface CalculateStatsResponseOrBuilderpublic 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;
getIssueMatchesStatsOrThrow in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder clearIssueMatchesStats()
public CalculateStatsResponse.Builder removeIssueMatchesStats(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 public Map<String,IssueModelLabelStats.IssueStats> getMutableIssueMatchesStats()
public CalculateStatsResponse.Builder putIssueMatchesStats(String key, IssueModelLabelStats.IssueStats value)
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;
public CalculateStatsResponse.Builder putAllIssueMatchesStats(Map<String,IssueModelLabelStats.IssueStats> values)
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;
public 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;
hasConversationCountTimeSeries in interface CalculateStatsResponseOrBuilderpublic 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;
getConversationCountTimeSeries in interface CalculateStatsResponseOrBuilderpublic CalculateStatsResponse.Builder setConversationCountTimeSeries(CalculateStatsResponse.TimeSeries value)
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;
public CalculateStatsResponse.Builder setConversationCountTimeSeries(CalculateStatsResponse.TimeSeries.Builder builderForValue)
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;
public CalculateStatsResponse.Builder mergeConversationCountTimeSeries(CalculateStatsResponse.TimeSeries value)
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;
public CalculateStatsResponse.Builder clearConversationCountTimeSeries()
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;
public CalculateStatsResponse.TimeSeries.Builder getConversationCountTimeSeriesBuilder()
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;
public 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;
getConversationCountTimeSeriesOrBuilder in interface CalculateStatsResponseOrBuilderpublic final CalculateStatsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>public final CalculateStatsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CalculateStatsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.