Table of Contents

Interface IVonageRequestBuilder<T>

Namespace
Vonage.Common.Client
Assembly
Vonage.dll

Represents a builder for the underlying request type.

public interface IVonageRequestBuilder<T> where T : IVonageRequest

Type Parameters

T

The request type.

Methods

Create()

Creates a request.

Result<T> Create()

Returns

Result<T>

The request if validation succeeded, a failure if it failed.