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
CaptionsId
ID of the connection used for captions
public string CaptionsId { get; }
Property Value
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
Returns
- Result<StopRequest>
A success state with the request if the parsing succeeded. A failure state with an error if it failed.