Shraddha
05/05/2025, 6:36 AMVapi Support Bot
05/05/2025, 6:38 AMtranscriptionEndpointingPlan
is undefined when updating the start speaking plan. Try making a PATCH request to update your assistant with a properly structured JSON payload:
json
{
"startSpeakingPlan": {
"waitSeconds": 0.4,
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 0.1,
"onNoPunctuationSeconds": 1.5,
"onNumberSeconds": 0.5
}
}
}
Make sure your content-type header is set to "application/json" in the request.
Source:
- [Vapi Speech Configuration](https://docs.vapi.ai/customization/speech-configuration)Kings_big💫
05/05/2025, 7:26 AM