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 SearchMemoryResponseSearchMemoryResponse.Builder.build()Builds the immutableSearchMemoryResponseobject.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)