RemoteSupportSession interface
Represents a remote support session.
Properties
| access |
The level of access granted during the remote support session. |
| session |
The end time of the remote support session, in UTC. |
| session |
Unique session Id. |
| session |
The start time of the remote support session, in UTC. |
| transcript |
The location where the session transcript is stored. |
Property Details
accessLevel
The level of access granted during the remote support session.
accessLevel?: string
Property Value
string
sessionEndTime
The end time of the remote support session, in UTC.
sessionEndTime?: Date
Property Value
Date
sessionId
Unique session Id.
sessionId?: string
Property Value
string
sessionStartTime
The start time of the remote support session, in UTC.
sessionStartTime?: Date
Property Value
Date
transcriptLocation
The location where the session transcript is stored.
transcriptLocation?: string
Property Value
string