TelephonyOutboundRetryPolicy interface

The retry policy for one durable outbound call intent. max_attempts includes the first attempt. Strategy-specific settings are defined by the derived policy.

Properties

max_attempts

The maximum number of provider attempts, including the first attempt. Defaults to 1.

type

The discriminator possible values: fixed_interval

Property Details

max_attempts

The maximum number of provider attempts, including the first attempt. Defaults to 1.

max_attempts?: number

Property Value

number

type

The discriminator possible values: fixed_interval

type: "fixed_interval"

Property Value

"fixed_interval"