UX Design · Study deck

Interface Examples: Voice UX

A room assistant may hear a command yet choose the wrong lamp.

UX Uma is your guide for this deck.

interface
UX Uma, the module guide, in a scene from this chapter.
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Design Voice Interfaces for Diverse Users: Create accessible voice interactions for elderly users with hearing and cognitive variations
  • Apply Multi-Modal Feedback Strategies: Implement redundant feedback channels for different abilities
  • Build Error Recovery Systems: Design forgiving error handling that maintains user confidence
  • Implement Accessibility Fallbacks: Ensure core functions remain accessible when primary modalities fail
iotclass.org

Major section

Start Simple

The system hears only part of the request and is unsure which room was named.

  • All channels should agree on whether the request is heard, waiting, done, failed, or cancelled.
  • One worked example cannot represent every person.
  • The deeper sections turn this case into a test plan and show where user research must replace design assumptions.
iotclass.org

Major section

Design Commitments in Examples

A resident may speak a request, hear a confirmation, see a lamp blink, press a wall switch, use a large-button remote, or ask staff for help.

  • A worked IoT interface example should make the design commitment visible: who the user is, which context matters, what the system believes, what it will do, and how the user can recover.
  • A good example names the fallback before the failure reaches the resident.
  • A good example does not hide uncertainty.

Key terms

If the voice channel
If the voice channel is friendly but the light, app, and support desk disagree, the experience is not coherent.
iotclass.org

Major section

Example to Test Plan

The example becomes useful when its decisions can be tested.

  • Wake-word detection may be local.
  • ASR may run on-device or in a cloud service.
  • NLU may use intent classification with slots for room, device, action, and level.
  • Room context may come from motion sensors, microphone direction, recent activity, or explicit room names.

Key terms

If those signals
If those signals are missing, the example is still a promising concept rather than a deployable interface pattern.
iotclass.org

Major section

Example to Test Plan (continued)

Columns should cover spoken phrase, expected intent, room source, confidence threshold, device command, visible or audible confirmation, physical fallback, support evidence, and privacy note.

  • Feedback may use spoken response, light blink, app state, large-button remote, wall switch, or staff notification.
  • This matrix makes design choices reviewable instead of treating the demo script as the specification.
  • Limit clarification: cap choices, use plain language, and ask before executing inferred high-impact actions.
iotclass.org

Major section

Voice UX Needs State

Voice examples can sound simple while hiding hard system boundaries.

  • The system must distinguish wake-word activation, speech endpointing, ASR transcript confidence, NLU intent confidence, room resolution, authorization, command acceptance, device completion, and user confirmation.
  • If any stage is uncertain, the UX should expose uncertainty rather than guessing silently.
  • Privacy and support are also system boundaries.
A voice worked example needs separate evidence for wake word, transcript, intent, room context, action, and response behavior.
A voice worked example needs separate evidence for wake word, transcript, intent, room context, action, and response behavior.
iotclass.org

Major section

Voice UX Needs State (continued)

Together,: NLU and the lights” frame the voice ux needs state claim: a voice worked example needs separate evidence for wake word, transcript, intent, room context, action, and response behavior.

  • For voice ux needs state,: NLU supplies visible evidence; the lights” constrains the decision.
  • These details decide whether "I didn't catch that" is enough or whether the system should offer a specific safe action.
  • Microphone mute state must be visible and respected.
iotclass.org

Major section

Voice UX Needs State (continued)

Raw audio retention should be minimized or disabled unless there is a justified support case.

  • A speech transcript such as "I'm cold" may produce an intent candidate, but the system still needs authorization, room resolution, thermostat capability, current mode, safety bounds, and command acknowledgement.
  • The UI should not say "done" when the thermostat service only accepted a queued request.
  • Logs should use correlation ids and summaries rather than unnecessary personal recordings.
iotclass.org

Major section

Voice UX Needs State (continued)

It should distinguish accepted, pending, rejected, timed out, and completed states in language the resident can understand.

  • Validation scope: separate lab recognition, in-home use, long-term adoption, and support burden; each proves a different claim.
  • A robust worked example therefore includes both UX copy and state-machine evidence.
  • It should name the events, thresholds, timeouts, and fallback transitions that make the interface forgiving without becoming unpredictable.
iotclass.org

Major section

Voice UX for Retirement Living

We support 40+ phrasings per core action.

  • Scenario: You are designing a voice-controlled lighting and climate system for a retirement community.
  • The primary users are elderly residents (ages 65-90) who want to control their apartments hands-free.
  • Using lower pitch responses (180-220 Hz vs. Typical 300+ Hz) improves comprehension.
  • Dignity means having options.

Numbers to remember

180-220 HzUsing lower pitch responses (180-220 Hz vs. typical 300+ Hz) improves comprehension.

Why it matters

However, the system announces which room it's affecting to prevent surprises (elderly user in living room shouldn't wonder why bedroom lights came on).

iotclass.org

Major section

Voice UX for Retirement Living (continued)

Volume must be loud enough to hear but not startling.

  • Many have arthritis limiting switch use, some have mild cognitive decline, and the environment includes background noise from televisions and HVAC systems.
  • Each failure increases frustration and decreases confidence.
  • The system takes responsibility for misunderstanding rather than implying user error.
iotclass.org

Major section

Voice UX for Retirement Living (continued)

They might say "I'm cold" instead of "Set thermostat to 74 degrees." The system must understand intent, not just keywords.

  • Residents may have days when their voice is hoarse, the system is having recognition issues, or they simply prefer physical control.
  • Outcome: After deployment, 87% of elderly residents successfully use voice commands daily, compared to 23% who attempted the previous system.
  • Resident satisfaction surveys show 4.4/5 for ease of use.
  • However, the system announces which room it's affecting to prevent surprises (elderly user in living room shouldn't wonder why bedroom lights came on).
iotclass.org

Deck summary

Key takeaways

The system hears only part of the request and is unsure which room was named.

  • A resident may speak a request, hear a confirmation, see a lamp blink, press a wall switch, use a large-button remote, or ask staff for help.
  • The example becomes useful when its decisions can be tested.
  • Columns should cover spoken phrase, expected intent, room source, confidence threshold, device command, visible or audible confirmation, physical fallback, support evidence, and privacy note.
  • Voice examples can sound simple while hiding hard system boundaries.
iotclass.org

Retrieval practice

Recall check 1 of 2

UX Uma says: answer from memory, then check your reasoning.

Q1A room assistant hears an ambiguous request and may choose the wrong lamp. What should it do when that doubt matters?

ARemove the wall switch once voice control is installed
BShow completion on one channel while others wait
CAsk a short clarification and preserve cancellation
DChoose a room silently to keep speech smooth
Show answer

Answer: C The chapter exposes what was heard and keeps recovery and physical fallback available.

iotclass.org

Retrieval practice

Recall check 2 of 2

UX Uma says: answer from memory, then check your reasoning.

Q2A retirement-community voice system supports varied phrases and feedback. What should justify those choices?

AA common phrase assumed to cover the whole community
BEvidence about residents’ abilities and use context
CThe number of voice features as the acceptance goal
DA successful demonstration by the design team alone
Show answer

Answer: B The worked example derives decisions from specific user needs.

iotclass.org

Print reference

Answers

Answer key.

  1. C · The chapter exposes what was heard and keeps recovery and physical fallback available.
  2. B · The worked example derives decisions from specific user needs.
iotclass.org