Table of Contents

Interface IBuilderForConversationId

Namespace
Vonage.Conversations.UpdateConversation
Assembly
Vonage.dll

Represents a builder for the ConversationId.

public interface IBuilderForConversationId

Methods

WithConversationId(string)

Sets the Conversation Id.

IBuilderForOptional WithConversationId(string value)

Parameters

value string

The conversation id.

Returns

IBuilderForOptional

The builder.