prompts

@JvmName(name = "searchPromptsResponsePrompt")
fun Flow<SearchPromptsResponse>.prompts(): Flow<Prompt>

This paginator transforms the flow returned by searchPromptsPaginated to access the nested member Prompt

Return

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