Uses of Interface
com.github.copilot.sdk.json.UserPromptSubmittedHandler
Packages that use UserPromptSubmittedHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserPromptSubmittedHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return UserPromptSubmittedHandlerModifier and TypeMethodDescriptionSessionHooks.getOnUserPromptSubmitted()Gets the user-prompt-submitted handler.Methods in com.github.copilot.sdk.json with parameters of type UserPromptSubmittedHandlerModifier and TypeMethodDescriptionSessionHooks.setOnUserPromptSubmitted(UserPromptSubmittedHandler onUserPromptSubmitted) Sets the handler called when the user submits a prompt.