scope property

Map<String, String> scope
final

Required. Immutable. The scope of the Memory. Memories are isolated within their scope. The scope is defined when creating or generating memories. Scope values cannot contain the wildcard character '*'.

Implementation

final Map<String, String> scope;