Uses of Class
software.amazon.awssdk.services.qbusiness.model.MessageUsefulness
-
Packages that use MessageUsefulness Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of MessageUsefulness in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return MessageUsefulness Modifier and Type Method Description static MessageUsefulnessMessageUsefulness. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MessageUsefulnessMessageUsefulnessFeedback. usefulness()The usefulness value assigned by an end user to a message.static MessageUsefulnessMessageUsefulness. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageUsefulness[]MessageUsefulness. 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 MessageUsefulness Modifier and Type Method Description static Set<MessageUsefulness>MessageUsefulness. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type MessageUsefulness Modifier and Type Method Description MessageUsefulnessFeedback.BuilderMessageUsefulnessFeedback.Builder. usefulness(MessageUsefulness usefulness)The usefulness value assigned by an end user to a message.
-