Interface BulkAnalyzeConversationsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getFailedAnalysisCount()
      Count of failed analyses.
      int getSuccessfulAnalysisCount()
      Count of successful analyses.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSuccessfulAnalysisCount

        int getSuccessfulAnalysisCount()
         Count of successful analyses.
         
        int32 successful_analysis_count = 1;
        Returns:
        The successfulAnalysisCount.
      • getFailedAnalysisCount

        int getFailedAnalysisCount()
         Count of failed analyses.
         
        int32 failed_analysis_count = 2;
        Returns:
        The failedAnalysisCount.