Rate this page:

Events

Constants

DetectionComplete

Copy URL

Triggered when answering machine or voicemail detection is complete.

Parameters

  • call:

    Call

    Call that triggers the event.

  • callId:

    string

    The id of the Call.

  • confidence:

    number

    Optional

    Recognition confidence. Values range from 0 (completely uncertain) to 100 (completely certain). The value is not guaranteed to be accurate, consider it while handling the event.

  • resultClass:

    ResultClass

    Answering machine result class, such as human, voicemail, timeout or call termination.

  • resultSubtype:

    AMD.ResultSubtype

    Optional

    Answering machine result subtype, such as MIMIC or NONE.

DetectionError

Copy URL

Triggered when answering machine detector throw an error.

Parameters

  • callId:

    string

    Optional

    The id of the Call.

  • message:

    string

    Error message.