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 = "searchMessageTemplatesResponseMessageTemplateSearchResultData")
fun Flow<SearchMessageTemplatesResponse>.results(): Flow<MessageTemplateSearchResultData>

This paginator transforms the flow returned by searchMessageTemplatesPaginated to access the nested member MessageTemplateSearchResultData

Return

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


@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