results

@JvmName(name = "queryAssistantResponseResultData")
fun Flow<QueryAssistantResponse>.results(): Flow<ResultData>

This paginator transforms the flow returned by queryAssistantPaginated to access the nested member ResultData

Return

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


@JvmName(name = "searchQuickResponsesResponseQuickResponseSearchResultData")
fun Flow<SearchQuickResponsesResponse>.results(): Flow<QuickResponseSearchResultData>

This paginator transforms the flow returned by searchQuickResponsesPaginated to access the nested member QuickResponseSearchResultData

Return

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