agentSpaces

@JvmName(name = "listAgentSpacesResponseAgentSpace")
fun Flow<ListAgentSpacesResponse>.agentSpaces(): Flow<AgentSpace>

This paginator transforms the flow returned by listAgentSpacesPaginated to access the nested member AgentSpace

Return

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