Uses of Class
com.github.copilot.rpc.ElicitationSchema
Packages that use ElicitationSchema
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ElicitationSchema in com.github.copilot.rpc
Methods in com.github.copilot.rpc 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.rpc 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.