Twilio\Rest\Chat\V2\Service\Channel\UpdateWebhookOptions::setConfigurationRetryCount

The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0.

Signature

public function setConfigurationRetryCount(int $configurationRetryCount )

Parameters

$configurationRetryCount — int
The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0.

Returns

$this
Fluent Builder