Product

@Serializable
data class Product(val name: String) : MemoryScope(source)

Scope for memories shared within a specific product Used when information should be available across features within a product

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard