EntityMemoryResponse

data class EntityMemoryResponse(val entity: EntityReference, val propositions: List<PropositionDto>)

Response for memory by entity.

Constructors

Link copied to clipboard
constructor(entity: EntityReference, propositions: List<PropositionDto>)

Properties

Link copied to clipboard
Link copied to clipboard