A product requirement is p95 latency under 2 seconds for interactive chat. Which API path fits?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Interactive SLAs need the real-time Messages API (stream if you want). Batch is for overnight piles.
Full explanation below image
Full Explanation
Batch is asynchronous and not for tight interactive latency SLAs. Real-time Messages (streaming) fits chat.