ISessionState interface

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

Dialog stack for the current session.

callstack: IDialogState[]

Property Value

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