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 MemoryEntryMemoryEntry.Builder.build()Builds the immutableMemoryEntryobject.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. -
Uses of MemoryEntry in com.google.adk.tools
Methods in com.google.adk.tools that return types with arguments of type MemoryEntryModifier and TypeMethodDescriptionLoadMemoryResponse.memories()Returns the value of thememoriesrecord component.Constructor parameters in com.google.adk.tools with type arguments of type MemoryEntryModifierConstructorDescriptionLoadMemoryResponse(List<MemoryEntry> memories) Creates an instance of aLoadMemoryResponserecord class.