stepStates

@JvmName(name = "getPlanExecutionResponseStepState")
fun Flow<GetPlanExecutionResponse>.stepStates(): Flow<StepState>

This paginator transforms the flow returned by getPlanExecutionPaginated to access the nested member StepState

Return

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