SignalWire.Relay.Calling.SendDigitsAction
This object returned from SendDigitsAsync
method that represents a send digits operation that is currently active on a call.
Properties
Property | Type | Description |
---|---|---|
ControlID | string | The identifier used to control the operation. |
Completed | bool | Whether the operation has completed. |
Payload | string | Payload sent to SendDigitsAsync to perform a send digits operation. |
Result | SignalWire.Relay.Calling.SendDigitsResult | Final result of the send digits operation. |
State | SignalWire.Relay.Calling.CallSendDigitsState | The state of the operation. |