Interface IBuilderForText
- Namespace
- Vonage.VerifyV2.CreateTemplateFragment
- Assembly
- Vonage.dll
public interface IBuilderForText
Methods
WithText(string)
Sets the message text content with optional placeholders: ${code}, ${brand}, ${time-limit}, and ${time-limit-unit}.
IBuilderForLocale WithText(string value)
Parameters
valuestring
Returns
Examples
.WithText("Your ${brand} verification code is ${code}. Valid for ${time-limit} ${time-limit-unit}.")