Uses of Class
com.github.copilot.sdk.json.UserInputResponse
Packages that use UserInputResponse
-
Uses of UserInputResponse in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserInputResponseModifier and TypeMethodDescriptionSets the user's answer.UserInputResponse.setWasFreeform(boolean wasFreeform) Sets whether the answer was freeform.Methods in com.github.copilot.sdk.json that return types with arguments of type UserInputResponseModifier and TypeMethodDescriptionUserInputHandler.handle(UserInputRequest request, UserInputInvocation invocation) Handles a user input request from the agent.