ThreadAnalysisService
Class methods
Returns key participants in the thread based on object data.
notable_branches(tuples : Array(NamedTuple), threshold : Int32 = 5, max_depth : Int32 = 2, limit : Int32 = 10) : Array(BranchInfo)
Returns notable branches (high-activity subtrees) in the thread.
A "notable branch" is any reply and its descendants (up to
max_depth) that form a subtree of more than threshold objects.