hey can anyone help me with this payload for voicemail detection? My agent doesn't seem to recognize the voicemail at all
"assistantOverrides": {
"voicemailDetection": {
"provider": "twilio",
"voicemailDetectionTypes": [
"machine_end_beep",
"machine_end_silence"
],
"enabled": true,
"machineDetectionTimeout": 15,
"machineDetectionSpeechThreshold": 2400,
"machineDetectionSpeechEndThreshold": 1200,
"machineDetectionSilenceTimeout": 5000
},
"voicemailMessage": "Help pls"