conversationEntry

abstract suspend fun conversationEntry(entryId: String): ConversationEntry?

Gets a single ConversationEntry given its unique entry ID.

Return

The ConversationEntry if found in the local database, or null if not found.

Parameters

entryId

The unique identifier of the conversation entry to retrieve.