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
EventId
The event Id.
public string EventId { get; }
Property Value
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
Returns
- Result<GetEventRequest>
A success state with the request if the parsing succeeded. A failure state with an error if it failed.