Uses of Class
software.amazon.awssdk.services.qconnect.model.Relevance
-
Packages that use Relevance Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of Relevance in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return Relevance Modifier and Type Method Description static RelevanceRelevance. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelevanceGenerativeContentFeedbackData. relevance()The relevance of the feedback.static RelevanceRelevance. valueOf(String name)Returns the enum constant of this type with the specified name.static Relevance[]Relevance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type Relevance Modifier and Type Method Description static Set<Relevance>Relevance. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type Relevance Modifier and Type Method Description GenerativeContentFeedbackData.BuilderGenerativeContentFeedbackData.Builder. relevance(Relevance relevance)The relevance of the feedback.
-