Uses of Class
com.github.copilot.sdk.json.ElicitationSchema
Packages that use ElicitationSchema
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ElicitationSchema in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ElicitationSchemaModifier and TypeMethodDescriptionElicitationContext.getRequestedSchema()Gets the JSON Schema describing the form fields to present (form mode only).ElicitationParams.getRequestedSchema()Gets the JSON Schema describing the form fields to present.ElicitationSchema.setProperties(Map<String, Object> properties) Sets the form field definitions, keyed by field name.ElicitationSchema.setRequired(List<String> required) Sets the list of required field names.Sets the schema type indicator.Methods in com.github.copilot.sdk.json with parameters of type ElicitationSchemaModifier and TypeMethodDescriptionElicitationContext.setRequestedSchema(ElicitationSchema requestedSchema) Sets the schema.ElicitationParams.setRequestedSchema(ElicitationSchema requestedSchema) Sets the JSON Schema describing the form fields to present.