Asynchronous Callback
The GatherDigits action is completely and successfully finished upon receiving the GatherDigits_Complete event.
| Parameter Name | .NET Type | Description |
|---|---|---|
| ElapsedTime | System.Int32 | The amount of time taken to perform the GatherDigits (in milliseconds). |
| ConnectionId | System.String | The same value as the ConnectionId passed in as an action parameter. |
| Digits | System.String | The digits gathered from the buffer at the start of the GatherDigits, as well as those that occurred throughout the duration of the action (from GatherDigits until GatherDigits_Complete. Any digits that contributed to the termination condition are included. |
| TerminationCondition | System.String | The condition which caused the GatherDigits to stop. Possible values for termination condition are as follows:
|