Table of Contents

Interface IBuilderForFragmentId

Namespace
Vonage.VerifyV2.UpdateTemplateFragment
Assembly
Vonage.dll

Builder interface for setting the template fragment ID on an update request.

public interface IBuilderForFragmentId

Methods

WithFragmentId(Guid)

Sets the unique identifier (UUID) of the template fragment to update.

IBuilderForText WithFragmentId(Guid value)

Parameters

value Guid

The template fragment UUID.

Returns

IBuilderForText

The builder for setting the text content.

Examples

.WithFragmentId(Guid.Parse("c70f446e-997a-4313-a081-60a02a31dc19"))