recommendationSummaries

@JvmName(name = "listRecommendationsResponseRecommendationSummary")
fun Flow<ListRecommendationsResponse>.recommendationSummaries(): Flow<RecommendationSummary>

This paginator transforms the flow returned by listRecommendationsPaginated to access the nested member RecommendationSummary

Return

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