conversationEntriesFlow

abstract fun conversationEntriesFlow(limit: Int = 100): Flow<Result<List<ConversationEntry>>>

Gets the ConversationEntry objects related to this conversation.

Return

A Flow of List. Result.Success.data returns the List.

Parameters

limit

The maximum number of ConversationEntry objects to fetch. Default is 100.