ConversationSource

class ConversationSource(conversation: <Error class: unknown class>) : IncrementalSource<<Error class: unknown class>>

Adapts a Conversation to the IncrementalSource interface for incremental analysis.

Constructors

Link copied to clipboard
constructor(conversation: <Error class: unknown class>)

Properties

Link copied to clipboard
open override val id: String

Unique identifier for this source. Used to track processing history across sessions.

Link copied to clipboard
open override val size: Int

Current number of items in the source.

Functions

Link copied to clipboard
open override fun getItems(start: Int, end: Int): List<<Error class: unknown class>>

Get items in the specified range.