Skip to main content

Module session

Module session 

Source
Expand description

The Session trait and state key prefix constants.

Constants§

KEY_PREFIX_APP
Key prefix for application-scoped state entries.
KEY_PREFIX_TEMP
Key prefix for temporary state entries (stripped on event append).
KEY_PREFIX_USER
Key prefix for user-scoped state entries.

Traits§

Session
Trait representing a conversation session with state and event history.