Table of Contents

Struct StopRequest

Namespace
Vonage.Video.LiveCaptions.Stop
Assembly
Vonage.dll
public readonly struct StopRequest : IVonageRequest
Implements
Inherited Members

Properties

ApplicationId

Vonage Application UUID

public Guid ApplicationId { get; }

Property Value

Guid

CaptionsId

ID of the connection used for captions

public string CaptionsId { get; }

Property Value

string

Methods

BuildRequestMessage()

Converts the request to a HttpRequest.

public HttpRequestMessage BuildRequestMessage()

Returns

HttpRequestMessage

The Http request.

Parse(Guid, string)

Parses the input into a StopRequest.

public static Result<StopRequest> Parse(Guid applicationId, string captionsId)

Parameters

applicationId Guid

The application Id.

captionsId string

ID of the connection used for captions.

Returns

Result<StopRequest>

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