Uses of Class
com.github.copilot.sdk.json.UserInputRequest
Packages that use UserInputRequest
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserInputRequest in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserInputRequestModifier and TypeMethodDescriptionUserInputRequest.setAllowFreeform(Boolean allowFreeform) Sets whether freeform text input is allowed.UserInputRequest.setChoices(List<String> choices) Sets the choices for multiple choice questions.UserInputRequest.setQuestion(String question) Sets the question to ask the user.Methods in com.github.copilot.sdk.json with parameters of type UserInputRequestModifier and TypeMethodDescriptionUserInputHandler.handle(UserInputRequest request, UserInputInvocation invocation) Handles a user input request from the agent.