agents

@JvmName(name = "listAgentsResponseAgentListEntry")
fun Flow<ListAgentsResponse>.agents(): Flow<AgentListEntry>

This paginator transforms the flow returned by listAgentsPaginated to access the nested member AgentListEntry

Return

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