Skip to main content

SignalWire.Relay.Calling.CallDetect.DigitParams

This object represents the parameters specific to digit detection.

Constructor​

The only constructor is the default constructor, properties should all be assigned by initializer or after construction.

Parameters

None

Examples

Basic Example

CallDetect detect = new CallDetect
{
Type = CallDetect.DetectType.digit,
Parameters = new CallDetect.DigitParams
{
// No required parameters
}
};

Properties​

PropertyTypeDescription
DigitsstringThe digits to detect.
Default: 0123456789*#

Methods​

None

Events​

None