scopeKeys property
The scope keys (i.e. 'user_id') for which to use this config.
A request's scope must include all of the provided keys for the config to be used (order does not matter). If empty, then the config will be used for all requests that do not have a more specific config. Only one default config is allowed per Memory Bank.
Optional.
Implementation
core.List<core.String>? scopeKeys;