Marcos Ramírez
01/17/2025, 5:27 AMVapi
01/17/2025, 5:28 AMVapi
01/17/2025, 5:29 AMsquad.members.assistant.endCallPhrases
that should trigger the call to hang up? This will help me understand the situation better and provide you with a more accurate solution.Vapi
01/17/2025, 5:29 AMMarcos Ramírez
01/17/2025, 2:42 PMVapi
01/17/2025, 2:42 PMShubham Bajaj
01/17/2025, 8:06 PMendCall
function.
[2]
- Say: "Goodbye".
- trigger the endCall
function.
[3]
json
{
"type": "endCall",
"messages": [
{
"type": "request-start",
"content": "message-here"
}
],
"function": {
"name": "customEndCall"
}
}
Shubham Bajaj
01/17/2025, 8:07 PM