Interface IBuilderForId
- Namespace
- Vonage.VerifyV2.UpdateTemplateFragment
- Assembly
- Vonage.dll
Builder interface for setting the template ID on an update fragment request. This is the first mandatory step.
public interface IBuilderForId
Methods
WithId(Guid)
Sets the unique identifier (UUID) of the parent template.
IBuilderForFragmentId WithId(Guid value)
Parameters
valueGuidThe template UUID.
Returns
- IBuilderForFragmentId
The builder for setting the fragment ID.
Examples
.WithId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))