Interface IBuilderForName
- Namespace
- Vonage.VerifyV2.CreateTemplate
- Assembly
- Vonage.dll
public interface IBuilderForName
Methods
WithName(string)
Sets the reference name for the template. Must be 1-64 characters matching the pattern ^[A-Za-z0-9_-]+$ and unique within the account.
IBuilderForOptional WithName(string value)
Parameters
valuestring
Returns
Examples
.WithName("my-custom-template")