hamza-007
12/11/2025, 1:55 PMVapi Support Bot
12/11/2025, 1:56 PMstartSpeakingPlan with transcription-based endpointing and set a sufficient waitSeconds value. Here’s an example configuration:
json
"startSpeakingPlan": {
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 0.1,
"onNoPunctuationSeconds": 1.5,
"onNumberSeconds": 0.5
},
"waitSeconds": 0.4
}
This setup will make the agent pause after the greeting and only proceed once the user responds, supporting German, English, and French. Adjust waitSeconds if you need a longer pause. For more details, see the [Speech Configuration documentation](https://docs.vapi.ai/customization/speech-configuration).
Sources:
- [Speech Configuration documentation](https://docs.vapi.ai/customization/speech-configuration)
- [Voice Pipeline Configuration documentation](https://docs.vapi.ai/customization/voice-pipeline-configuration)Chiranjeet Mishra
12/15/2025, 12:30 PM