Table of Contents

Interface IBuilderForConversationId

Namespace
Vonage.Conversations.CreateEvent
Assembly
Vonage.dll

Represents a builder for ConversationId.

public interface IBuilderForConversationId

Methods

WithConversationId(string)

Sets the ConversationId on the builder.

IBuilderForType WithConversationId(string value)

Parameters

value string

The conversation Id.

Returns

IBuilderForType

The builder.