Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Conversations.UpdateConversation
Assembly
Vonage.dll

Represents a builder for optional values.

public interface IBuilderForOptional : IVonageRequestBuilder<UpdateConversationRequest>
Inherited Members

Methods

WithCallback(Callback)

Sets the Callback.

IBuilderForOptional WithCallback(Callback value)

Parameters

value Callback

The callback.

Returns

IBuilderForOptional

The builder.

WithDisplayName(string)

Sets the Display Name.

IBuilderForOptional WithDisplayName(string value)

Parameters

value string

The display name.

Returns

IBuilderForOptional

The builder.

WithImageUrl(Uri)

Sets the Image Url.

IBuilderForOptional WithImageUrl(Uri value)

Parameters

value Uri

The Image Url.

Returns

IBuilderForOptional

The builder.

WithName(string)

Sets the Name

IBuilderForOptional WithName(string value)

Parameters

value string

The name.

Returns

IBuilderForOptional

The builder.

WithNumber(INumber)

Set a Number to the conversation.

IBuilderForOptional WithNumber(INumber value)

Parameters

value INumber

The number.

Returns

IBuilderForOptional

The builder.

WithProperties(Properties)

Sets the Properties.

IBuilderForOptional WithProperties(Properties value)

Parameters

value Properties

The properties.

Returns

IBuilderForOptional

The builder.