The AWS Machine Learning Blog describes how to build a voice ordering system for restaurants that answers a phone call and completes an order from start to finish. The setup requires no app, no website, and no sign-in from the caller.
The architecture combines several AWS services: Amazon Connect handles telephony, Amazon Connect Agentic Voice provides real-time speech, an Amazon Connect AI agent performs the reasoning during the interaction, and Amazon Bedrock AgentCore Gateway reaches backend tools through MCP.
Why it matters
The approach shows how voice AI can be applied to a common business task—phone-based ordering—without asking customers to adopt new digital interfaces, keeping interaction limited to a standard phone call.
Who should care
Developers and businesses interested in building conversational voice systems on AWS, particularly in restaurant or telephony-based ordering contexts, may find the described components and integration pattern relevant.