promptSummaryList

@JvmName(name = "listPromptsResponsePromptSummary")
fun Flow<ListPromptsResponse>.promptSummaryList(): Flow<PromptSummary>

This paginator transforms the flow returned by listPromptsPaginated to access the nested member PromptSummary

Return

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