Uses of Class
com.github.copilot.sdk.json.UserInputInvocation
Packages that use UserInputInvocation
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserInputInvocation in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserInputInvocationModifier and TypeMethodDescriptionUserInputInvocation.setSessionId(String sessionId) Sets the session ID.Methods in com.github.copilot.sdk.json with parameters of type UserInputInvocationModifier and TypeMethodDescriptionUserInputHandler.handle(UserInputRequest request, UserInputInvocation invocation) Handles a user input request from the agent.