Uses of Class
com.google.adk.memory.MemoryEntry
Packages that use MemoryEntry
-
Uses of MemoryEntry in com.google.adk.memory
Methods in com.google.adk.memory that return MemoryEntryModifier and TypeMethodDescriptionabstract MemoryEntry
MemoryEntry.Builder.build()
Builds the immutableMemoryEntry
object.Methods in com.google.adk.memory that return types with arguments of type MemoryEntryModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList
<MemoryEntry> SearchMemoryResponse.memories()
Returns a list of memory entries that relate to the search query.Method parameters in com.google.adk.memory with type arguments of type MemoryEntryModifier and TypeMethodDescriptionSearchMemoryResponse.Builder.setMemories
(List<MemoryEntry> memories) Sets the list of memory entries using a list.