contactFlows

@JvmName(name = "searchContactFlowsResponseContactFlow")
fun Flow<SearchContactFlowsResponse>.contactFlows(): Flow<ContactFlow>

This paginator transforms the flow returned by searchContactFlowsPaginated to access the nested member ContactFlow

Return

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