detectVoicemail
Deprecated
Use AMD instead
detectVoicemail(call: , parameters: ): 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:
parameters:
Returns
type:
Promise<Events>