Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 937 Bytes

File metadata and controls

17 lines (8 loc) · 937 Bytes

GetDigitsReason

This field explains how the GetDigits action ended. The value is one of the below: •finishKey - The finish key as specified had been pressed by the caller. Digit string has all keys up to, but not including, the finish key. •timeout - The timeout limit was reached prior to any other criteria being met. If any digits were collected, they will be included. •maxDigits - The maximum number of digits was reached and digit collection ended. •tone - Answering machine or fax tone detection occurred, interrupting digit collection. Any digits received up to this point are included in this webhook.

Enum

  • FINISHKEY (value: 'finishKey')

  • TIMEOUT (value: 'timeout')

  • MAXDIGITS (value: 'maxDigits')

  • TONE (value: 'tone')

[Back to Model list] [Back to API list] [Back to README]