ISessionState interface
Persisted session state used to track a conversations dialog stack.
Properties
callstack | Dialog stack for the current session. |
last |
Timestamp of when the session was last accessed. |
version | Version number of the current callstack. |
Property Details
callstack
lastAccess
Timestamp of when the session was last accessed.
lastAccess: number
Property Value
number
version
Version number of the current callstack.
version: number
Property Value
number