Can assistantOverrides be used for inbound calls?
Hi,
For outbound calls, I’ve been successfully using
For inbound calls, can I return something like the following in the
{
"assistantId": "assistant-id",
"assistantOverrides": {
"voice": {
"provider": "11labs",
"voiceId": "voice-id",
"language": "ja",
},
"firstMessage": "こんにちは、山田です。ご用件を伺ってもよろしいでしょうか?"
}
}
Reference
https://docs.vapi.ai/server-url/events#retrieving-assistants
Thanks!
For outbound calls, I’ve been successfully using
assistantOverrides to override settings like voice, firstMessage, and variableValues. For inbound calls, can I return something like the following in the
assistant-request webhook response and have it applied in the same way?{
"assistantId": "assistant-id",
"assistantOverrides": {
"voice": {
"provider": "11labs",
"voiceId": "voice-id",
"language": "ja",
},
"firstMessage": "こんにちは、山田です。ご用件を伺ってもよろしいでしょうか?"
}
}
Reference
https://docs.vapi.ai/server-url/events#retrieving-assistants
Thanks!
Learn about different events that can be sent to a Server URL.