Uses of Class
com.github.copilot.sdk.json.ElicitationParams
Packages that use ElicitationParams
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ElicitationParams in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ElicitationParamsModifier and TypeMethodDescriptionElicitationParams.setMessage(String message) Sets the message describing what information is needed from the user.ElicitationParams.setRequestedSchema(ElicitationSchema requestedSchema) Sets the JSON Schema describing the form fields to present.Methods in com.github.copilot.sdk.json with parameters of type ElicitationParamsModifier and TypeMethodDescriptionSessionUiApi.elicitation(ElicitationParams params) Shows a generic elicitation dialog with a custom schema.