Relay::Calling::SendDigitsAction
This object is returned by the asynchronous send_digits!
method and represents a send_digits
action that is currently active on a call.
Properties
Property | Type | Description |
---|---|---|
result | Relay::Calling::SendDigitsResult | Final result of sending digits. |
state | String | Current state of the digits being sent. |
completed | Boolean | Whether the sending has finished. |
control_id | String | UUID to identify the action. |