MemoryEntityRecord constructor
MemoryEntityRecord({})
Implementation
MemoryEntityRecord({
this.entityId,
required this.name,
this.entityType,
this.context,
this.confidence,
this.createdAt,
this.validAt,
this.metadata,
});