From the answers on "Which Clean Architecture Areas do Gateways interfaces and their implementations belong to?" question I knew that gateways interfaces (well, the gateways are the interfaces but it is not obvious) are belong to use cases layer (the red ring) of the Clean Architecture diagram, while the implementations of these interfaces are in the interface adapters layer.
Following this logic, the gateways interfaces (I suppose it is the same thing as Request and Response Models) are the part of the use cases. But if so, why the Use cases and Request and Response Models are the different sections of the Chapter 20 Business Rules?