agentStatuses

@JvmName(name = "searchAgentStatusesResponseAgentStatus")
fun Flow<SearchAgentStatusesResponse>.agentStatuses(): Flow<AgentStatus>

This paginator transforms the flow returned by searchAgentStatusesPaginated to access the nested member AgentStatus

Return

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