Delay Service
Last updated
Last updated
Introduce a controlled delay to your dialog.
success
: indicates the request was successful and the delay requested has been completed
This was originally written to introduce a delay before disconnecting a call without a Call Control Block (using a service block for example), or introduce a delay between two service blocks if needed. Feel free to get creative!
If you telephony system disconnects the calls via an API call, this means Parloa would not have time to read out a "goodbye" message. Pairing the Delay Service with an Intermediate Response Block will give the IR block enough time to read out a goodbye message before the call is disconnected via the service block.