Table of Contents

Interface IBuilderForConversationId

Namespace
Vonage.Conversations.UpdateMember
Assembly
Vonage.dll

Represents a builder for the ConversationId.

public interface IBuilderForConversationId

Methods

WithConversationId(string)

Sets the Conversation Id.

IBuilderForMemberId WithConversationId(string value)

Parameters

value string

The conversation id.

Returns

IBuilderForMemberId

The builder.