messages

@JvmName(name = "listFlowExecutionMessagesResponseFlowExecutionMessage")
fun Flow<ListFlowExecutionMessagesResponse>.messages(): Flow<FlowExecutionMessage>

This paginator transforms the flow returned by listFlowExecutionMessagesPaginated to access the nested member FlowExecutionMessage

Return

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