Yasu
09/18/2025, 8:27 AMVapi Support Bot
09/18/2025, 8:28 AMvoiceSeconds parameter to its maximum recommended value. For example:
json
"stopSpeakingPlan": {
"numWords": 0,
"voiceSeconds": 0.5,
"backoffSeconds": 1,
"acknowledgementPhrases": ["はい"]
}
This will make the assistant less sensitive to brief utterances under 0.5 seconds, helping to prevent micro-acknowledgements from triggering interruptions. Test this setting and adjust slightly higher if your system allows, as per the [documentation](https://docs.vapi.ai/customization/voice-pipeline-configuration#voice-seconds).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Yasu
09/19/2025, 10:49 AMChiranjeet Mishra
09/22/2025, 7:20 AMYasu
09/23/2025, 11:34 AMChiranjeet Mishra
09/25/2025, 12:50 AM"stopSpeakingPlan": {
"numWords": 2,
"voiceSeconds": 1.0,
"backoffSeconds": 1.5,
"acknowledgementPhrases": [
"はい",
"ええ",
"うん",
"そう",
"なるほど",
"あー",
"うーん"
]
}
Also please disable smart endpointing since that is only for English.Yasu
09/25/2025, 2:42 AMChiranjeet Mishra
09/26/2025, 11:09 PM{
"stopSpeakingPlan": {
"numWords": 0,
"voiceSeconds": 0.4,
"backoffSeconds": 1.2,
"acknowledgementPhrases": [
"はい。",
"ええ",
"うん",
"そう",
"なるほど",
"あー",
"うーん"
],
"interruptionPhrases": [
"でも",
"ちょっと",
"すみません",
"あの",
"えーと",
"いえ",
"違います"
]
}
}Yasu
09/27/2025, 4:55 AMYasu
09/29/2025, 2:51 PMChiranjeet Mishra
10/01/2025, 12:36 AMYasu
10/06/2025, 5:04 AMChiranjeet Mishra
10/08/2025, 6:37 AM{
"stopSpeakingPlan": {
"numWords": 2,
"voiceSeconds": 0.8,
"backoffSeconds": 1.2,
"acknowledgementPhrases": [
"はい、はい。",
"ええ、ええ。",
"そうですね",
"なるほど",
"わかりました"
],
"interruptionPhrases": [
"でも",
"ちょっと待って",
"すみません",
"あの、",
"いえ、",
"違います",
"ちがいます"
]
},
"startSpeakingPlan": {
"waitSeconds": 1,
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 1,
"onNoPunctuationSeconds": 1,
"onNumberSeconds": 0.5
},
"customEndpointingRules": [
{
"type": "customer",
"regex": "^(?:はい|ええ|うん|了解|了解です|なるほど|そうですね).{0,4}[!!。.,,\\\\s]*$",
"timeoutSeconds": 0.3
}
]
}
}Chiranjeet Mishra
10/08/2025, 6:37 AMYasu
10/08/2025, 9:52 AMYasu
10/14/2025, 10:06 AMYasu
10/18/2025, 7:08 AMYasu
10/21/2025, 12:28 AMChiranjeet Mishra
10/25/2025, 5:01 AMYasu
10/27/2025, 1:52 AMYasu
11/03/2025, 1:32 AMChiranjeet Mishra
11/04/2025, 11:04 PMYasu
11/18/2025, 8:44 AMChiranjeet Mishra
11/20/2025, 6:29 AMYasu
11/21/2025, 2:03 AMChiranjeet Mishra
11/25/2025, 1:44 AMvoiceSeconds limit.
For the remaining items (acknowledgementPhrases, interruptionPhrases, numWords, and endpointing behavior in Japanese), we’ll need to run a few tests against the current platform behavior before we implement additional updates. This will help us confirm exactly how Japanese speech patterns are being processed today and ensure we introduce changes safely.
We’ll follow up as soon as we have the test results. Thanks again for your patience and for helping us improve Japanese support!
---Yasu
11/26/2025, 3:31 PMChiranjeet Mishra
12/09/2025, 9:57 AM