conversationEntries

abstract suspend fun conversationEntries(limit: Int = 100): Result<List<ConversationEntry>>

Gets the ConversationEntrys scoped to this conversation.

Return

A List of ConversationEntry objects. Result.Success.data returns the List.

Parameters

limit

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