Shahzad
06/03/2024, 5:43 AMVapi Support
06/03/2024, 5:43 AMVapi Support
06/03/2024, 5:44 AMfunction
and transferCall
types in your tool configuration to manage these actions. Hereโs a basic example of how you might structure this:
json
{
"tools": [
{
"type": "function",
"name": "saveCustomerDetails",
"parameters": {
"customerData": {
"name": "{customer_name}",
"detail": "{customer_detail}"
}
}
},
{
"type": "transferCall",
"destinations": [
{
"type": "assistant",
"assistantName": "TransferService",
"message": "Transferring your call now."
}
]
}
]
}
Vapi Support
06/03/2024, 5:44 AMtransferCall
tool.
Unfortunately, without access to backend logs or specific details about the call handling logic set on your Vapi dashboard, I can't provide a precise solution. You might want to review the call logs for the specific call ID provided or check the configuration in your Vapi dashboard to ensure that the tools and conditions are set up correctly.
If you continue experiencing issues, consider revisiting the assistant configuration, especially the parts where tools are defined and triggered.Shahzad
06/03/2024, 5:49 AMShahzad
06/03/2024, 5:50 AMSahil
06/03/2024, 7:43 AMSahil
06/03/2024, 7:45 AMShahzad
06/03/2024, 7:49 AMSahil
06/03/2024, 12:39 PMShahzad
06/04/2024, 9:40 AMSahil
06/10/2024, 9:19 PMShahzad
06/11/2024, 7:01 AMEduard Stach
06/11/2024, 8:29 AMShahzad
06/11/2024, 1:00 PM