Uses of Class
com.github.copilot.rpc.UserInputResponse
Packages that use UserInputResponse
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserInputResponse in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return UserInputResponseModifier and TypeMethodDescriptionSets the user's answer.UserInputResponse.setWasFreeform(boolean wasFreeform) Sets whether the answer was freeform.Methods in com.github.copilot.rpc that return types with arguments of type UserInputResponseModifier and TypeMethodDescriptionUserInputHandler.handle(UserInputRequest request, UserInputInvocation invocation) Handles a user input request from the agent.