Table of Contents

Interface IBuilderForConversationId

Namespace
Vonage.Conversations.GetEvents
Assembly
Vonage.dll

Represents a builder for ConversationId.

public interface IBuilderForConversationId

Methods

WithConversationId(string)

Sets the ConversationId on the builder.

IBuilderForOptional WithConversationId(string value)

Parameters

value string

The conversation Id.

Returns

IBuilderForOptional

The builder.