Skip to content

Commit 53e5a76

Browse files
authored
VAP-5541 Minor fix on speech config page (#294)
1 parent 98163bc commit 53e5a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/customization/speech-configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This plan defines the parameters for when the assistant begins speaking after th
4343
## Stop Speaking Plan
4444
The Stop Speaking Plan defines when the assistant stops talking after detecting customer speech.
4545

46-
- **Words to Stop Speaking**: Define how many words the customer needs to say before the assistant stops talking. If you want immediate reaction, set this to 0. Increase it to avoid interruptions by brief acknowledgments like "okay" or "right". **Example:** While setting an appointment with a clinic, set `numWords` to 2-3 seconds to allow customers to finish brief clarifications without triggering interruptions.
46+
- **Words to Stop Speaking**: Define how many words the customer needs to say before the assistant stops talking. If you want immediate reaction, set this to 0. Increase it to avoid interruptions by brief acknowledgments like "okay" or "right". **Example:** While setting an appointment with a clinic, set `numWords` to 2-3 words to allow customers to finish brief clarifications without triggering interruptions.
4747

4848
- **Voice Activity Detection**: Adjust how long the customer needs to be speaking before the assistant stops. The default is 0.2 seconds, but you can tweak this to balance responsiveness and avoid false triggers.
4949
**Example:** For a banking call center, setting a higher `voiceSeconds` value ensures accuracy by reducing false positives. This avoids interruptions caused by background sounds, even if it slightly delays the detection of speech onset. This tradeoff is essential to ensure the assistant processes only correct and intended information.
@@ -52,7 +52,7 @@ The Stop Speaking Plan defines when the assistant stops talking after detecting
5252
- **Pause Before Resuming**: Control how long the assistant waits before starting to talk again after being interrupted. The default is 1 second, but you can adjust it depending on how quickly the assistant should resume.
5353
**Example:** For quick queries (e.g., "What’s the total order value in my cart?"), set `backoffSeconds` to 1 second.
5454

55-
Here's a code snippet for Start Speaking Plan -
55+
Here's a code snippet for Stop Speaking Plan -
5656

5757
```json
5858
"stopSpeakingPlan": {

0 commit comments

Comments
 (0)