recommendations

@JvmName(name = "listRecommendationsResponseRecommendation")
fun Flow<ListRecommendationsResponse>.recommendations(): Flow<Recommendation>

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

Return

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