Uses of Class
com.github.copilot.sdk.json.UserInputResponse
Packages that use UserInputResponse
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
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.