Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ISessionState interface
- Package:
- botbuilder
Persisted session state used to track a conversations dialog stack.
Properties
| callstack | Dialog stack for the current session. |
| lastAccess | 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
