RemoteSupportSessionResponse

data class RemoteSupportSessionResponse(val accessLevel: String, val sessionEndTime: String, val sessionId: String, val sessionStartTime: String, val transcriptLocation: String)

Represents a remote support session.

Constructors

Link copied to clipboard
constructor(accessLevel: String, sessionEndTime: String, sessionId: String, sessionStartTime: String, transcriptLocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The level of access granted during the remote support session.

Link copied to clipboard

The end time of the remote support session, in UTC.

Link copied to clipboard

Unique session Id.

Link copied to clipboard

The start time of the remote support session, in UTC.

Link copied to clipboard

The location where the session transcript is stored.