sessionSummaries

@JvmName(name = "searchSessionsResponseSessionSummary")
fun Flow<SearchSessionsResponse>.sessionSummaries(): Flow<SessionSummary>

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

Return

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