Table of Contents

Interface IBuilderForBody

Namespace
Vonage.Conversations.CreateEvent
Assembly
Vonage.dll

Represents a builder for Body.

public interface IBuilderForBody

Methods

WithBody(object)

Sets the event body on the builder.

IBuilderForOptional WithBody(object value)

Parameters

value object

The body.

Returns

IBuilderForOptional

The builder.