Table of Contents

Struct GetMemberRequest

Namespace
Vonage.Conversations.GetMember
Assembly
Vonage.dll
public readonly struct GetMemberRequest : IVonageRequest
Implements
Inherited Members

Properties

ConversationId

The conversation Id.

public string ConversationId { get; }

Property Value

string

MemberId

The member Id.

public string MemberId { 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 GetMemberRequest.

public static Result<GetMemberRequest> Parse(string conversationId, string memberId)

Parameters

conversationId string

The conversation Id.

memberId string

The member Id.

Returns

Result<GetMemberRequest>

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