Uses of Class
software.amazon.awssdk.services.qbusiness.model.MessageUsefulnessReason
-
Packages that use MessageUsefulnessReason Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of MessageUsefulnessReason in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return MessageUsefulnessReason Modifier and Type Method Description static MessageUsefulnessReasonMessageUsefulnessReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageUsefulnessReasonMessageUsefulnessFeedback. reason()The reason for a usefulness rating.static MessageUsefulnessReasonMessageUsefulnessReason. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageUsefulnessReason[]MessageUsefulnessReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type MessageUsefulnessReason Modifier and Type Method Description static Set<MessageUsefulnessReason>MessageUsefulnessReason. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type MessageUsefulnessReason Modifier and Type Method Description MessageUsefulnessFeedback.BuilderMessageUsefulnessFeedback.Builder. reason(MessageUsefulnessReason reason)The reason for a usefulness rating.
-