Interface AnalysisResult.CallAnalysisMetadataOrBuilder

    • 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;
      • 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;
      • 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;
      • 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;