Interface IVonageRequestBuilder<T>
Represents a builder for the underlying request type.
public interface IVonageRequestBuilder<T> where T : IVonageRequest
Type Parameters
TThe request type.
Methods
Create()
Creates a request.
Result<T> Create()
Returns
- Result<T>
The request if validation succeeded, a failure if it failed.