response delay - how to set up via api?
# support
p
I'm trying to set up response delay via api, I was thinking it's the waitSeconds paramter in the startSpeakingPlan but I set it to 2 seconds and the assistant still has a response delay 0.1. How can I change that via API? https://cdn.discordapp.com/attachments/1288445659799748680/1288445659963195392/image.png?ex=66f53607&is=66f3e487&hm=acfc537fb8562d08d80e04e043ac6a362c7890b4e94a2bfd2213261186ee5169&
v
@pawel_magdanski It sounds like you're trying to adjust the delay before the assistant starts speaking after the user has finished speaking. To change this via the API, you should modify the
assistantOverrides.responseDelaySeconds
parameter. This parameter sets the minimum number of seconds to wait before the assistant starts speaking. If you want to set it to 2 seconds, you would update the
assistantOverrides.responseDelaySeconds
to
2
. Please ensure that you are passing this parameter correctly in your API request. If you need further assistance on how to structure your API request with this parameter, please let me know, and I can provide more detailed guidance.
You can continue this conversation by mentioning me in the message.
p
This was not helpfull
@Sahil can I get any help here?
s
@pawel_magdanski can you share the call id.
p
Why do you need call id? it's about the assistant settings 406a5a65-8cb9-4b89-a83f-c0f18b49629d
s
@pawel_magdanski the startSpeakingPlan.waitSeconds is how long assistant waits before speaking. Most likely you would like to explore transcription endpointing plan.
p
I want to set the wait time of the assistant before it is interrupting the caller, right now it’s almost immediately as soon as I make a small pause
s
did you tried endpointing?
6 Views