Pause time between call transfer in Squad
# support
m
Hi! how can I set a pause time before transferring the call to another agent in Vapi Squad, without needing to use custom LLM. My squad team is transferring the call to fast between agents, I want to add a 3 seconds wait interval during these transfers.
v
@mauricioscruz Hello! To add a pause before transferring a call to another agent in VAPI Squad, you can adjust the
squad.members.assistant.responseDelaySeconds
parameter. This parameter controls the minimum number of seconds to wait before the assistant starts speaking. To set a 3-second wait interval, you would update the
responseDelaySeconds
to 3. This change will ensure that there is a 3-second pause before the call is transferred to another agent. If you need assistance with where and how to update this setting, please let me know, and I'll be glad to help further!
You can continue this conversation by mentioning me in the message.
s
check server even transfer destination request and then you can resolve the request with 3s wait time.
visit this url https://api.vapi.ai/api-json# then go to componets > schemas > servermessages > servermessage transfer destination request
m
Thanks! Appreciate your feedback back. It worked 🙏
5 Views