Table of Contents

Struct StopRequest

Namespace
Vonage.Video.ExperienceComposer.Stop
Assembly
Vonage.dll

Represents a request to retrieve a session.

public readonly struct StopRequest : IVonageRequest, IHasApplicationId
Implements
Inherited Members

Properties

ApplicationId

The Vonage Application UUID.

public Guid ApplicationId { get; }

Property Value

Guid

ExperienceComposerId

ID of the Experience Composer instance

public string ExperienceComposerId { 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 experienceComposerId)

Parameters

applicationId Guid

The application Id.

experienceComposerId string

The experience composer Id.

Returns

Result<StopRequest>

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