Uses of Class
com.google.adk.memory.SearchMemoryResponse
Packages that use SearchMemoryResponse
-
Uses of SearchMemoryResponse in com.google.adk.memory
Methods in com.google.adk.memory that return SearchMemoryResponseModifier and TypeMethodDescriptionabstract SearchMemoryResponse
SearchMemoryResponse.Builder.build()
Builds the immutableSearchMemoryResponse
object.Methods in com.google.adk.memory that return types with arguments of type SearchMemoryResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single
<SearchMemoryResponse> BaseMemoryService.searchMemory
(String appName, String userId, String query) Searches for sessions that match the query asynchronously.io.reactivex.rxjava3.core.Single
<SearchMemoryResponse> InMemoryMemoryService.searchMemory
(String appName, String userId, String query)