Relay.Calling.SendDigitsAction
Relay.Calling.SendDigitsAction
This object is returned by the send_digits_async
method and represents a send digits action currently active on a call.
Properties
Property | Type | Description |
---|---|---|
result | Relay.Calling.SendDigitsResult | Final result of the action. |
state | string | Current state of the action. |
completed | boolean | Whether the action has finished. |
payload | dict | Payload sent to Relay to start the action. |
control_id | string | UUID to identify the action. |