toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
EntityMemoryResponse
Entity
Memory
Response
data
class
EntityMemoryResponse
(
val
entity
:
EntityReference
,
val
propositions
:
List
<
PropositionDto
>
)
Response for memory by entity.
Members
Constructors
Entity
Memory
Response
Link copied to clipboard
constructor
(
entity
:
EntityReference
,
propositions
:
List
<
PropositionDto
>
)
Properties
entity
Link copied to clipboard
val
entity
:
EntityReference
propositions
Link copied to clipboard
val
propositions
:
List
<
PropositionDto
>