currentConversation

abstract suspend fun currentConversation(): Conversation?

Gets the current Conversation for the ConversationClient.

Return

The current Conversation. Returns null if there is no active conversation.