documentDetails

@JvmName(name = "listKnowledgeBaseDocumentsResponseKnowledgeBaseDocumentDetail")
fun Flow<ListKnowledgeBaseDocumentsResponse>.documentDetails(): Flow<KnowledgeBaseDocumentDetail>

This paginator transforms the flow returned by listKnowledgeBaseDocumentsPaginated to access the nested member KnowledgeBaseDocumentDetail

Return

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