Table of Contents

Struct DeleteEventRequest

Namespace
Vonage.Conversations.DeleteEvent
Assembly
Vonage.dll
public readonly struct DeleteEventRequest : IVonageRequest
Implements
Inherited Members

Properties

ConversationId

The conversation Id.

public string ConversationId { get; }

Property Value

string

EventId

The event Id.

public string EventId { get; }

Property Value

string

Methods

BuildRequestMessage()

Converts the request to a HttpRequest.

public HttpRequestMessage BuildRequestMessage()

Returns

HttpRequestMessage

The Http request.

Parse(string, string)

Parses the input into a DeleteEventRequest.

public static Result<DeleteEventRequest> Parse(string conversationId, string eventId)

Parameters

conversationId string

The conversation Id.

eventId string

The event Id.

Returns

Result<DeleteEventRequest>

A success state with the request if the parsing succeeded. A failure state with an error if it failed.