Click or drag to resize

VoiceResourceGetDigits Method

Overload List
  NameDescription
Public methodCode exampleGetDigits
Waits for a user input as Digit(s) using all current settings for the Voice Resource, and therefore has no parameters.
Public methodCode exampleGetDigits(Int32, Int32, String)
Waits for a user input as Digit(s) specifying three current settings for the Voice Resource: Maximum Digits, Maximum Time and Termination Digit.
Public methodCode exampleGetDigits(Int32, Int32, String, Int32)
Waits for a user input as Digit(s) specifying four settings for the Voice Resource: Maximum Digits, Maximum Time, Termination Digit and Inter Digit Timeout.
Public methodCode exampleGetDigits(Int32, Int32, String, Int32, Boolean)
Waits for a user input as Digit(s) specifying all settings for the Voice Resource: Maximum Digits, Maximum Time, Termination Digit, Inter Digit Timeout and Clear Digit Buffer Flag.
Top
See Also