Uses of Class
software.amazon.awssdk.services.qconnect.model.Priority
-
Packages that use Priority Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of Priority in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return Priority Modifier and Type Method Description static PriorityPriority. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PriorityQuickResponseQueryField. priority()The importance of the attribute field when calculating query result relevancy scores.static PriorityPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. 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 Priority Modifier and Type Method Description static Set<Priority>Priority. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type Priority Modifier and Type Method Description QuickResponseQueryField.BuilderQuickResponseQueryField.Builder. priority(Priority priority)The importance of the attribute field when calculating query result relevancy scores.
-