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
valueobjectThe body.
Returns
- IBuilderForOptional
The builder.