items

@JvmName(name = "listAgentContextsResponseContextSummary")
fun Flow<ListAgentContextsResponse>.items(): Flow<ContextSummary>

This paginator transforms the flow returned by listAgentContextsPaginated to access the nested member ContextSummary

Return

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


@JvmName(name = "listAgentGoalsResponseGoalSummary")
fun Flow<ListAgentGoalsResponse>.items(): Flow<GoalSummary>

This paginator transforms the flow returned by listAgentGoalsPaginated to access the nested member GoalSummary

Return

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


@JvmName(name = "listAgentProfilesResponseAgentProfileSummary")
fun Flow<ListAgentProfilesResponse>.items(): Flow<AgentProfileSummary>

This paginator transforms the flow returned by listAgentProfilesPaginated to access the nested member AgentProfileSummary

Return

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


@JvmName(name = "listAgentRecommendationGenerationsResponseAgentRecommendationGenerationSummary")
fun Flow<ListAgentRecommendationGenerationsResponse>.items(): Flow<AgentRecommendationGenerationSummary>

This paginator transforms the flow returned by listAgentRecommendationGenerationsPaginated to access the nested member AgentRecommendationGenerationSummary

Return

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


@JvmName(name = "listAgentRecommendationItemsResponseAgentRecommendationItemSummary")
fun Flow<ListAgentRecommendationItemsResponse>.items(): Flow<AgentRecommendationItemSummary>

This paginator transforms the flow returned by listAgentRecommendationItemsPaginated to access the nested member AgentRecommendationItemSummary

Return

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


@JvmName(name = "listAgentRecommendationsResponseAgentRecommendationSummary")
fun Flow<ListAgentRecommendationsResponse>.items(): Flow<AgentRecommendationSummary>

This paginator transforms the flow returned by listAgentRecommendationsPaginated to access the nested member AgentRecommendationSummary

Return

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