Uses of Class
com.github.copilot.sdk.json.ElicitationResult
Packages that use ElicitationResult
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ElicitationResult in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ElicitationResultModifier and TypeMethodDescriptionElicitationResult.setAction(ElicitationResultAction action) Sets the user action taken on the elicitation dialog.ElicitationResult.setContent(Map<String, Object> content) Sets the form values submitted by the user.Methods in com.github.copilot.sdk.json that return types with arguments of type ElicitationResultModifier and TypeMethodDescriptionSessionUiApi.elicitation(ElicitationParams params) Shows a generic elicitation dialog with a custom schema.ElicitationHandler.handle(ElicitationContext context) Handles an elicitation request from the server.