Interface IBuilderForUserId
- Namespace
- Vonage.Conversations.GetUserConversations
- Assembly
- Vonage.dll
Represents a builder for User Id.
public interface IBuilderForUserId
Methods
WithUserId(string)
Sets the User Id on the builder.
IBuilderForOptional WithUserId(string value)
Parameters
valuestringThe user id.
Returns
- IBuilderForOptional
The builder.