Interface IBuilderForChannel
- Namespace
- Vonage.VerifyV2.CreateTemplateFragment
- Assembly
- Vonage.dll
public interface IBuilderForChannel
Methods
WithChannel(VerificationChannel)
Sets the verification channel this fragment applies to. Only SMS and Voice channels are supported for templates.
IBuilderForOptional WithChannel(VerificationChannel value)
Parameters
valueVerificationChannel
Returns
Examples
.WithChannel(VerificationChannel.Sms)