Table of Contents

Interface IBuilderForTemplateId

Namespace
Vonage.VerifyV2.CreateTemplateFragment
Assembly
Vonage.dll
public interface IBuilderForTemplateId

Methods

WithTemplateId(Guid)

Sets the unique identifier (UUID) of the parent template this fragment belongs to.

IBuilderForText WithTemplateId(Guid value)

Parameters

value Guid

Returns

IBuilderForText

Examples

.WithTemplateId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))