Interface IOptionalOptionalBuilderForTemplateId
- Namespace
- Vonage.VerifyV2.StartVerification
- Assembly
- Vonage.dll
Builder interface for setting a custom template ID on a verification request.
public interface IOptionalOptionalBuilderForTemplateId
Methods
WithTemplateId(Guid)
Sets a custom template ID to use for SMS or Voice messages.
IOptionalBuilder WithTemplateId(Guid value)
Parameters
valueGuidThe UUID of the custom template.
Returns
- IOptionalBuilder
The builder for method chaining.
Examples
.WithTemplateId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))