Trah1n
05/23/2025, 3:57 PMVapi Support Bot
05/23/2025, 3:59 PMwaitSeconds
in your startSpeakingPlan
and enabling smartEndpointing
to prevent the assistant from interrupting callers who are spelling out identifiers. For example:
json
"startSpeakingPlan": {
"waitSeconds": 1.0,
"smartEndpointingEnabled": true,
"smartEndpointingPlan": { "provider": "livekit" }
},
"stopSpeakingPlan": {
"numWords": 2,
"voiceSeconds": 0.4,
"backoffSeconds": 1
}
Test these settings and adjust as needed to ensure callers can finish spelling before the bot responds. [See more in the documentation.](https://docs.vapi.ai/customization/speech-configuration)
Source:
- [Speech configuration documentation](https://docs.vapi.ai/customization/speech-configuration)Kings_big💫
05/23/2025, 4:00 PMVapi Support Bot
05/23/2025, 4:02 PMwaitSeconds
in your startSpeakingPlan
and enable Smart Endpointing with the livekit
provider to reduce interruptions when callers spell out identifiers. Here’s a sample configuration:
json
"startSpeakingPlan": {
"waitSeconds": 1.0,
"smartEndpointingEnabled": true,
"smartEndpointingPlan": { "provider": "livekit" }
}
Test and adjust these values as needed to ensure callers can finish spelling before the bot responds.
[See more in the documentation.](https://docs.vapi.ai/customization/speech-configuration)
Source:
- [Speech configuration documentation](https://docs.vapi.ai/customization/speech-configuration)Vapi
05/24/2025, 7:45 AMTrah1n
05/28/2025, 8:49 AMKings_big💫
05/28/2025, 6:18 PMVapi Support Bot
05/28/2025, 6:21 PMwaitSeconds
and enabling smartEndpointing
(with livekit
or vapi
for non-English) in your startSpeakingPlan
is recommended to reduce interruptions when callers spell out identifiers. You may need to experiment with these settings for French use cases.
[See more in the documentation.](https://docs.vapi.ai/customization/speech-configuration)
Quick question:
Have you already tried switching the smartEndpointingPlan
provider from livekit
to vapi
for your French calls, and if so, did it make any difference?
Source:
- [Speech configuration documentation](https://docs.vapi.ai/customization/speech-configuration)Shubham Bajaj
05/29/2025, 1:23 AM