toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
MemoryResponse
Memory
Response
data
class
MemoryResponse
(
val
contextId
:
String
,
val
count
:
Int
,
val
propositions
:
List
<
PropositionDto
>
)
Response for memory retrieval.
Members
Constructors
Memory
Response
Link copied to clipboard
constructor
(
contextId
:
String
,
count
:
Int
,
propositions
:
List
<
PropositionDto
>
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
String
count
Link copied to clipboard
val
count
:
Int
propositions
Link copied to clipboard
val
propositions
:
List
<
PropositionDto
>