Uses of Class
com.oracle.database.selectai.model.Feedback.Builder
Packages that use Feedback.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of Feedback.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return Feedback.BuilderModifier and TypeMethodDescriptionstatic Feedback.BuilderFeedback.builder()Creates a builder for a feedback request.Feedback.Builder.feedbackContent(String feedbackContent) Sets the natural-language explanation for the feedback.Feedback.Builder.feedbackType(Feedback.FeedbackType feedbackType) Sets whether the generated SQL was useful or needs correction.Feedback.Builder.feedbackType(String feedbackType) Sets whether the generated SQL was useful or needs correction.Feedback.Builder.operation(Feedback.Operation operation) Sets the action to perform on the feedback store.Sets the action to perform on the feedback store.Sets the expected or corrected response for the reviewed SQL.Identifies the reviewed SQL by its database SQL identifier.Identifies the reviewed SQL by its full statement text.