EventSummarizer

interface EventSummarizer

Base interface for producing events summary.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun summarizeEvents(events: List<Event>): Event?

Compacts the given events into a single Event.