public static interface AnalysisResult.CallAnalysisMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsEntities(String key)
All the entities in the call.
|
boolean |
containsIntents(String key)
All the matched intents in the call.
|
boolean |
containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
|
CallAnnotation |
getAnnotations(int index)
A list of call annotations that apply to this call.
|
int |
getAnnotationsCount()
A list of call annotations that apply to this call.
|
List<CallAnnotation> |
getAnnotationsList()
A list of call annotations that apply to this call.
|
CallAnnotationOrBuilder |
getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
|
List<? extends CallAnnotationOrBuilder> |
getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
|
Map<String,Entity> |
getEntities()
Deprecated.
|
int |
getEntitiesCount()
All the entities in the call.
|
Map<String,Entity> |
getEntitiesMap()
All the entities in the call.
|
Entity |
getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
getEntitiesOrThrow(String key)
All the entities in the call.
|
Map<String,Intent> |
getIntents()
Deprecated.
|
int |
getIntentsCount()
All the matched intents in the call.
|
Map<String,Intent> |
getIntentsMap()
All the matched intents in the call.
|
Intent |
getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
getIntentsOrThrow(String key)
All the matched intents in the call.
|
IssueModelResult |
getIssueModelResult()
Overall conversation-level issue modeling result.
|
IssueModelResultOrBuilder |
getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
|
Map<String,PhraseMatchData> |
getPhraseMatchers()
Deprecated.
|
int |
getPhraseMatchersCount()
All the matched phrase matchers in the call.
|
Map<String,PhraseMatchData> |
getPhraseMatchersMap()
All the matched phrase matchers in the call.
|
PhraseMatchData |
getPhraseMatchersOrDefault(String key,
PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
|
PhraseMatchData |
getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
|
ConversationLevelSentiment |
getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
|
int |
getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
|
List<ConversationLevelSentiment> |
getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
|
ConversationLevelSentimentOrBuilder |
getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
|
List<? extends ConversationLevelSentimentOrBuilder> |
getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
|
boolean |
hasIssueModelResult()
Overall conversation-level issue modeling result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CallAnnotation> getAnnotationsList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;CallAnnotation getAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;int getAnnotationsCount()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;List<? extends CallAnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;CallAnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;int getEntitiesCount()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;boolean containsEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;@Deprecated Map<String,Entity> getEntities()
getEntitiesMap() instead.Map<String,Entity> getEntitiesMap()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;Entity getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;Entity getEntitiesOrThrow(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;List<ConversationLevelSentiment> getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
ConversationLevelSentiment getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
int getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
List<? extends ConversationLevelSentimentOrBuilder> getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
ConversationLevelSentimentOrBuilder getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
int getIntentsCount()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;boolean containsIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;@Deprecated Map<String,Intent> getIntents()
getIntentsMap() instead.Map<String,Intent> getIntentsMap()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;Intent getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;Intent getIntentsOrThrow(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;int getPhraseMatchersCount()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
boolean containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
@Deprecated Map<String,PhraseMatchData> getPhraseMatchers()
getPhraseMatchersMap() instead.Map<String,PhraseMatchData> getPhraseMatchersMap()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
PhraseMatchData getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
PhraseMatchData getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
boolean hasIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;IssueModelResult getIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;IssueModelResultOrBuilder getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;Copyright © 2023 Google LLC. All rights reserved.