Interface AnalysisResult.CallAnalysisMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalysisResult.CallAnalysisMetadata
,AnalysisResult.CallAnalysisMetadata.Builder
- Enclosing class:
- AnalysisResult
public static interface AnalysisResult.CallAnalysisMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationsList
List<CallAnnotation> getAnnotationsList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
-
getAnnotations
CallAnnotation getAnnotations(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
-
getAnnotationsCount
int getAnnotationsCount()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
-
getAnnotationsOrBuilderList
List<? extends CallAnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
-
getAnnotationsOrBuilder
CallAnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of call annotations that apply to this call.
repeated .google.cloud.contactcenterinsights.v1.CallAnnotation annotations = 2;
-
getEntitiesCount
int getEntitiesCount()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
-
containsEntities
boolean containsEntities(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
-
getEntities
@Deprecated Map<String,Entity> getEntities()
Deprecated.UsegetEntitiesMap()
instead.
-
getEntitiesMap
Map<String,Entity> getEntitiesMap()
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
-
getEntitiesOrDefault
Entity getEntitiesOrDefault(String key, Entity defaultValue)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
-
getEntitiesOrThrow
Entity getEntitiesOrThrow(String key)
All the entities in the call.
map<string, .google.cloud.contactcenterinsights.v1.Entity> entities = 3;
-
getSentimentsList
List<ConversationLevelSentiment> getSentimentsList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
-
getSentiments
ConversationLevelSentiment getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
-
getSentimentsCount
int getSentimentsCount()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
-
getSentimentsOrBuilderList
List<? extends ConversationLevelSentimentOrBuilder> getSentimentsOrBuilderList()
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
-
getSentimentsOrBuilder
ConversationLevelSentimentOrBuilder getSentimentsOrBuilder(int index)
Overall conversation-level sentiment for each channel of the call.
repeated .google.cloud.contactcenterinsights.v1.ConversationLevelSentiment sentiments = 4;
-
getIntentsCount
int getIntentsCount()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
-
containsIntents
boolean containsIntents(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
-
getIntents
@Deprecated Map<String,Intent> getIntents()
Deprecated.UsegetIntentsMap()
instead.
-
getIntentsMap
Map<String,Intent> getIntentsMap()
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
-
getIntentsOrDefault
Intent getIntentsOrDefault(String key, Intent defaultValue)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
-
getIntentsOrThrow
Intent getIntentsOrThrow(String key)
All the matched intents in the call.
map<string, .google.cloud.contactcenterinsights.v1.Intent> intents = 6;
-
getPhraseMatchersCount
int getPhraseMatchersCount()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
-
containsPhraseMatchers
boolean containsPhraseMatchers(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
-
getPhraseMatchers
@Deprecated Map<String,PhraseMatchData> getPhraseMatchers()
Deprecated.UsegetPhraseMatchersMap()
instead.
-
getPhraseMatchersMap
Map<String,PhraseMatchData> getPhraseMatchersMap()
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
-
getPhraseMatchersOrDefault
PhraseMatchData getPhraseMatchersOrDefault(String key, PhraseMatchData defaultValue)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
-
getPhraseMatchersOrThrow
PhraseMatchData getPhraseMatchersOrThrow(String key)
All the matched phrase matchers in the call.
map<string, .google.cloud.contactcenterinsights.v1.PhraseMatchData> phrase_matchers = 7;
-
hasIssueModelResult
boolean hasIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
- Returns:
- Whether the issueModelResult field is set.
-
getIssueModelResult
IssueModelResult getIssueModelResult()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
- Returns:
- The issueModelResult.
-
getIssueModelResultOrBuilder
IssueModelResultOrBuilder getIssueModelResultOrBuilder()
Overall conversation-level issue modeling result.
.google.cloud.contactcenterinsights.v1.IssueModelResult issue_model_result = 8;
-
-