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 TypeMethodDescriptionabstract SearchMemoryResponse.BuilderSearchMemoryResponse.Builder.memories(com.google.common.collect.ImmutableList<MemoryEntry> memories) SearchMemoryResponse.Builder.memories(List<MemoryEntry> memories) SearchMemoryResponse.Builder.setMemories(com.google.common.collect.ImmutableList<MemoryEntry> memories) Deprecated.SearchMemoryResponse.Builder.setMemories(List<MemoryEntry> memories) Deprecated. -
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.