Store and retrieve persistent user memory across conversations.
conv.memory.get("key")
conv.state["key"] = value
(if configured via state_keys
)analytics_enabled
: Adds repeat caller metrics to Studio analyticsstate_keys
: Keys to save from conv.state
to memoryidentifier_blacklist
: Optional list of excluded IDs (e.g. test numbers)state_keys
in your config.