Interface IBuilderForConversationId
- Namespace
- Vonage.Conversations.CreateEvent
- Assembly
- Vonage.dll
Represents a builder for ConversationId.
public interface IBuilderForConversationId
Methods
WithConversationId(string)
Sets the ConversationId on the builder.
IBuilderForType WithConversationId(string value)
Parameters
valuestringThe conversation Id.
Returns
- IBuilderForType
The builder.