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.