Interface IOptionalOptionalBuilderForChannelTimeout
- Namespace
- Vonage.VerifyV2.StartVerification
- Assembly
- Vonage.dll
Builder interface for setting the channel timeout on a verification request.
public interface IOptionalOptionalBuilderForChannelTimeout
Methods
WithChannelTimeout(int)
Sets the wait time in seconds between delivery attempts.
IOptionalBuilder WithChannelTimeout(int value)
Parameters
valueintThe timeout in seconds (15-900). Default is 300.
Returns
- IOptionalBuilder
The builder for method chaining.
Examples
.WithChannelTimeout(60)