← All explainersSpeech that moves the world.
Speak or tap an intent, let the robot reason over venue knowledge, then watch conversation become a physical unlock.
Phase idleTap a request—or speak it—to start the loop.
Listen
Capture the ask, not just the words.
Speech-to-text or a tap chip yields an intent—open a room, find a place, call a human—scoped to what the venue allows.
GuestVoice or tapINTENT
→
ListenASR · NLUPARSE
→
SlotAction + targetREQUEST
Reason
Knowledge decides what is allowed.
Policies, maps, schedules, and identity checks gate the next move—so “open operations” only fires when credentials match.
Map · hours · roles
Policy check · allow
Compose spoken reply
Actuate
Talk that closes a circuit.
The same turn can unlock a door, page staff, or light a path—then speak confirmation so the guest trusts the outcome.
Good for
- Hands-busy guestsLuggage, mobility aids, or gloves make taps awkward
- Policy-gated roomsIntent plus identity before a lock fires
- Multi-step asks“Where is X, then open Y” in one turn
- Staffed fallbacksEscalate to humans when confidence drops
Weak fit
- One-tap destinationsA labeled button is faster and quieter
- Noisy atriumsASR fails; chips or screens stay reliable
- Chat without effectFAQ bots that never touch the building
- High-stakes aloneSafety-critical unlocks need stronger assurance
Pros
- Natural language covers messy, varied guest phrasing
- One interface can guide, unlock, and escalate
- Accessible when screens and fine motor control fail
- Feels like service instead of hunting for the right button
Cons
- Speech errors and accents still break the loop
- Actuation requires hardened identity and audit trails
- Latency and “thinking” pauses hurt trust if too long
- Hardware, mic arrays, and uptime are real costs
Against alternatives
ApproachBest whenVs conversational robot
Static kioskMenus are short and rarely changePredictable taps; weak for open-ended asks
Human staffEdge cases and emotional care dominateHighest flexibility; expensive at peak load
Phone app buttonsGuests already have the app installedPrecise controls; no shared lobby presence
Pure chat, no actuationYou only need answers, not building controlSafer scope; never closes the physical loop
Rule of thumb: conversation is worth it when speech should change a physical or operational state—not when a label already does the job.