Table of Contents

Interface IBuilderForType

Namespace
Vonage.Conversations.CreateEvent
Assembly
Vonage.dll

Represents a builder for Type.

public interface IBuilderForType

Methods

WithType(string)

Sets the event type on the builder.

IBuilderForBody WithType(string value)

Parameters

value string

The type.

Returns

IBuilderForBody

The builder.