Daniel F.
06/12/2025, 3:06 AMVapi Support Bot
06/12/2025, 3:08 AMstopSpeakingPlan to make it less sensitive to brief or accidental triggers. For example:
json
"stopSpeakingPlan": {
"numWords": 2,
"voiceSeconds": 0.5,
"backoffSeconds": 1
}
This will require the user to say at least 2 words or speak for 0.5 seconds before the agent stops, helping to filter out spurious detections from silence or background noise. You can further tune these values based on your environment and transcriber behavior.
Reference: [Speech configuration documentation](https://docs.vapi.ai/customization/speech-configuration)
Sources:
- [Speech configuration](https://docs.vapi.ai/customization/speech-configuration)
- [How Vapi works](https://docs.vapi.ai/how-vapi-works)
- [Custom transcriber](https://docs.vapi.ai/customization/custom-transcriber)Chiranjeet Mishra
06/13/2025, 2:18 AMDaniel F.
06/13/2025, 3:45 AMChiranjeet Mishra
06/15/2025, 8:10 PMChiranjeet Mishra
06/16/2025, 2:15 PMDaniel F.
06/16/2025, 7:26 PMChiranjeet Mishra
06/17/2025, 6:00 PM