beta kostík
08/07/2024, 11:21 AMVapi
08/07/2024, 11:22 AMvapiInstance. If you want the bot to remain silent when calling an API, you can remove or modify any speech output that occurs during the API call event.
Here's how you can adjust the event listeners to prevent the bot from saying "wait a minute" or anything else during the API call:
javascript
vapiInstance.on('api-call', () => {
// Do not include any speech output here
});
By not including any speech output in the 'api-call' event listener, the bot will not say anything when it's calling an API. If you need further assistance with this or have any other questions, please let me know!Vapi
08/07/2024, 11:22 AMbeta kostík
08/07/2024, 11:23 AMVapi
08/07/2024, 11:23 AMbeta kostík
08/07/2024, 11:28 AMVapi
08/07/2024, 11:28 AMShubham Bajaj
08/07/2024, 9:14 PMShubham Bajaj
08/07/2024, 9:14 PMbeta kostík
08/08/2024, 8:07 PM