detectVoicemail
Deprecated
detectVoicemail(call: , detectVoicemailParameters: ): Promise<Events>
Start a voicemail recognition session. You can check how many times voicemail was 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<Events>