Uses of Interface
com.github.copilot.sdk.json.UserInputHandler
Packages that use UserInputHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserInputHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserInputHandlerModifier and TypeMethodDescriptionResumeSessionConfig.getOnUserInputRequest()Gets the user input request handler.SessionConfig.getOnUserInputRequest()Gets the user input request handler.Methods in com.github.copilot.sdk.json with parameters of type UserInputHandlerModifier and TypeMethodDescriptionResumeSessionConfig.setOnUserInputRequest(UserInputHandler onUserInputRequest) Sets a handler for user input requests from the agent.SessionConfig.setOnUserInputRequest(UserInputHandler onUserInputRequest) Sets a handler for user input requests from the agent.