Behavior
- Listens for the caller’s speech using the configured ASR model
- Returns a transcript with a confidence score
- If confidence is below the threshold, emits
SPEECH.NO_MATCH - Supports grammar constraints and recognition hints for improved accuracy
- Falls back to DTMF input if enabled
Configuration
Recognition
Timing & retries
Output & fallback
ASR models
Output handles
Output variables
Use cases
Name capture
Name capture
Set
hints to common first names and confidenceThreshold: 0.6 for flexible name recognition. Store the result in {{customer_name}}.Yes/No confirmation
Yes/No confirmation
Set
grammar to "yes no" and model: "phone_call" for reliable binary responses over phone lines.Medical intake
Medical intake
Use
model: "medical" with hints for medication names and symptoms. Set silenceTimeout: 5 to give patients time to think.