waitEvents

inline suspend fun <O : ChatEvent> BehaviourContext.waitEvents(    initRequest: Request<*>? = null,     noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>