Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Class Memory

thbeucher edited this page Mar 30, 2017 · 1 revision

An instance of the Memory class is instantiated by the Conversation constructors.

Attributes

Attributes Description
entities Map<String, MemoryEntity>: the entities present in the conversation memory
// With the textConverse method
Conversation conversation = client.textConverse(YOUR_TEXT);
Memory memory = conversation.getMemory();
Clone this wiki locally