Table of Contents

Interface IBuilderForConversationId

Namespace
Vonage.Conversations.CreateMember
Assembly
Vonage.dll

Represents a builder for ConversationId.

public interface IBuilderForConversationId

Methods

WithConversationId(string)

Sets the ConversationId on the builder.

IBuilderForState WithConversationId(string value)

Parameters

value string

The conversation Id.

Returns

IBuilderForState

The builder.