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
valuestringThe type.
Returns
- IBuilderForBody
The builder.