detectVoicemail
detectVoicemail(call: , detectVoicemailParameters: ): Promise<VoicemailDetected>
Start voicemail recognition session. You can check how many times voicemail is detected in the Call history. Add the following line to your scenario code to use the function:
require(Modules.AI);
Parameters
call:
detectVoicemailParameters:
Returns
type:
Promise<VoicemailDetected>