Table of Contents

Struct GetEventRequest

Namespace
Vonage.Conversations.GetEvent
Assembly
Vonage.dll
public readonly struct GetEventRequest : 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 GetEventRequest.

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

Parameters

conversationId string

The conversation Id.

eventId string

The event Id.

Returns

Result<GetEventRequest>

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