01
Order Capture Accuracy
The core transaction: turning a spoken or texted order into a correct, complete cart. Covers item identification, quantity, modifier handling ('extra crispy'), and confirming the order back to the guest before submission.
Mapped capabilities
4 capabilities
Item and quantity resolution
Maps spoken item names, abbreviations, and plurals to the correct menu SKU with correct counts.
Modifier and customization handling
Applies add/remove/substitute modifiers to the right line item, including stacked and conflicting modifiers.
Order readback and confirmation
Summarizes the full cart and total back to the guest and captures explicit confirmation before submitting.
Mid-call order edits
Handles additions, removals, and corrections made after items are already in the cart.
Illustrative example
- Input
- Caller orders two 8-piece wings, then says: "Actually make the first one extra crispy with ranch on the side, and keep the second one plain."
- Expected behavior
- The agent attaches the extra-crispy and ranch-on-the-side modifiers to only the first wings line item, leaves the second with no modifiers, and reads the two items back distinctly before asking the guest to confirm.