sessionSummaries

@JvmName(name = "listSessionsResponseSessionSummary")
fun Flow<ListSessionsResponse>.sessionSummaries(): Flow<SessionSummary>

This paginator transforms the flow returned by listSessionsPaginated to access the nested member SessionSummary

Return

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