Uses of Class
com.github.copilot.sdk.json.SessionEndHookOutput
Packages that use SessionEndHookOutput
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionEndHookOutput in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionEndHookOutputModifier and TypeMethodDescriptionSessionEndHookOutput.setCleanupActions(List<String> cleanupActions) Sets the cleanup actions to perform.SessionEndHookOutput.setSessionSummary(String sessionSummary) Sets a summary of the session.SessionEndHookOutput.setSuppressOutput(Boolean suppressOutput) Sets whether to suppress the output.Methods in com.github.copilot.sdk.json that return types with arguments of type SessionEndHookOutputModifier and TypeMethodDescriptionSessionEndHandler.handle(SessionEndHookInput input, HookInvocation invocation) Handles a session end event.