conversations

@JvmName(name = "listConversationsResponseConversation")
fun Flow<ListConversationsResponse>.conversations(): Flow<Conversation>

This paginator transforms the flow returned by listConversationsPaginated to access the nested member Conversation

Return

A kotlinx.coroutines.flow.Flow that can collect Conversation