Prashant Lukhi
11/21/2024, 12:03 PMVapi
11/21/2024, 12:06 PMjson
{
"voice": {
"provider": "deepgram",
"voiceId": "your-voice-id"
}
}
Make sure that the voiceId is correctly set to the ID of the new voice you want to use.
If the voice configuration is correct, the next step is to check if the custom functions are still properly linked to the intents in your voice assistant. Sometimes, changing configurations can lead to unintended disconnections.
Please verify the following:
1. The intents are correctly defined and active.
2. The custom functions are properly linked to the corresponding intents.
3. There are no errors in the custom function definitions that could prevent them from being called.
If you've checked all the above and the issue persists, it might be necessary to look into the logs or error messages provided by the VAPI dashboard to identify any specific issues with the function calls.
If you're unable to resolve the issue with these steps, please ask support for more info on this, as they might need to look into your specific setup to diagnose and fix the problem.Vapi
11/21/2024, 12:06 PMShubham Bajaj
11/22/2024, 8:54 AM