Package-level declarations

Inherited functions

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

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

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

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

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

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

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

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

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

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

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

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

Link copied to clipboard