Uses of Class
com.google.adk.artifacts.ListArtifactsResponse
Packages that use ListArtifactsResponse
-
Uses of ListArtifactsResponse in com.google.adk.artifacts
Methods in com.google.adk.artifacts that return ListArtifactsResponseModifier and TypeMethodDescriptionabstract ListArtifactsResponseListArtifactsResponse.Builder.build()Methods in com.google.adk.artifacts that return types with arguments of type ListArtifactsResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ListArtifactsResponse> BaseArtifactService.listArtifactKeys(String appName, String userId, String sessionId) Lists all the artifact filenames within a session.io.reactivex.rxjava3.core.Single<ListArtifactsResponse> GcsArtifactService.listArtifactKeys(String appName, String userId, String sessionId) Lists artifact filenames for a user and session.io.reactivex.rxjava3.core.Single<ListArtifactsResponse> InMemoryArtifactService.listArtifactKeys(String appName, String userId, String sessionId) Lists filenames of stored artifacts for the session.