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