Skip to main content
Level 2 — Lesson 4 of 6 — Configure speech recognition to reduce misrecognition and improve routing.
Automatic Speech Recognition (ASR) determines what the agent hears. Every downstream system depends on this layer: Managed Topics retrieval, routing, response control, and handoff logic. Small transcription errors here can silently break otherwise well-designed agents. Global ASR configuration is where you correct systematic listening problems before compensating elsewhere.

What Global ASR is for

Reduce clarifications

Minimize unnecessary clarification questions

Improve routing

Increase routing accuracy for calls

Stabilize retrieval

Improve Managed 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 behaviour rules. Think of it as sharpening the agent’s ears, not teaching it new facts.

Two essential tools

Keyphrase Boosting biases the ASR model toward recognising specific words or phrases more reliably.

When to use it

  • 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
Department names:
  • “front desk”
  • “billing”
  • “room reservations”
Product or service names:
  • “bell desk”
  • “late checkout”
Action-critical verbs:
  • “cancel”
  • “confirm”

How to configure

1

Add the keyphrase

Enter it exactly as you want it recognised
2

Set bias strength

Start with Default bias strength
3

Adjust if needed

Increase toward Maximum only if errors persist
Important guidance:
  • Bias strength is cumulative. Over-biasing many terms can degrade overall accuracy
  • Avoid boosting generic words like “room” unless they are routing-critical
  • Prefer multi-word phrases over single words when possible
Example: If callers asking for the “bell desk” are frequently routed incorrectly, boost “bell desk” rather than boosting “desk”.

A practical workflow

1

Review recent calls

Look for calls where:
  • The agent asked for repetition
  • The wrong KB topic was selected
  • Routing or handoff failed unexpectedly
2

Identify the problem

Find the specific word or phrase that failed
3

Choose your tool

Decide:
  • Boost if the word is correct but under-recognised
  • Correct if the word is consistently misheard as something else
4

Apply minimal change

Make the smallest possible adjustment
5

Test in Call

Verify the improvement
6

Promote carefully

Only promote after confirming improvement

Common mistakes

Avoid these pitfalls:
  • Boosting everything “just in case”
  • Using Transcript Corrections to fix KB design problems
  • Applying maximum bias globally without testing
  • Forgetting that local (flow-level) ASR settings override global ones

Verification checklist

You’re done 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
  • Behaviour remains consistent after promotion between environments
Global ASR tuning is iterative. Small, deliberate adjustments here pay off more than large rewrites elsewhere.