Level 2 — Lesson 6 of 8 — Configure speech recognition to reduce misrecognition and improve routing.
What global ASR is for
Reduce clarifications
Minimize unnecessary clarification questions
Improve routing
Increase routing accuracy for calls
Stabilize retrieval
Improve Knowledge topic selection for spoken queries
Fix transcription
Correct recurring transcription errors at the source
It is not a substitute for good KB design or clear agent behavior rules. It improves transcription accuracy — it does not add new knowledge to the agent.
Which tool to use
Two essential tools
- Keyphrase Boosting
- Transcript Corrections
Keyphrase Boosting biases the ASR model toward recognising specific words or phrases more reliably.
When to use it
Use cases
Use cases
- A word is important for routing or actions
- Misrecognition causes the agent to take the wrong path
- Users consistently repeat themselves for the same term
Typical candidates
Typical candidates
Department names:
- “front desk”
- “billing”
- “room reservations”
- “bell desk”
- “late checkout”
- “cancel”
- “confirm”
How to configure
Check your understanding
A practical workflow
Review recent calls
Look for calls where:
- The agent asked for repetition
- The wrong KB topic was selected
- Routing or handoff failed unexpectedly
Choose your tool
Decide:
- Boost if the word is correct but under-recognized
- Correct if the word is consistently misheard as something else
Common mistakes
Check your understanding
Verification checklist
Verification is complete when:
- Previously misheard phrases are transcribed correctly
- The agent asks fewer clarification questions for known terms
- Routing and KB selection stabilise in live call testing
- Behavior remains consistent after promotion between environments
Try it yourself
Challenge: Diagnose and configure an ASR fix
A caller says “I’d like a refund” but ASR consistently transcribes it as “I’d like a reef fund”. The
refund_request topic therefore never triggers.Answer:- Should you use Keyphrase Boosting or Transcript Corrections — and why?
- Write the full configuration.
Hint
Hint
Ask yourself: is ASR hearing the right word but recognising it poorly, or is it consistently mishearing one thing as another?
Example solution
Example solution
- Transcript Corrections — because ASR is consistently mishearing “refund” as “reef fund”. This is a predictable substitution error, not an under-recognition problem.
-
Configuration:
- Match type: Substring
- Misheard expression:
reef fund - Correction:
refund
Check your understanding
← Previous: Audio management
Lesson 5 of 8
Next: Variants →
Lesson 7 of 8

