Uses of Class
software.amazon.awssdk.services.qbusiness.model.PersonalizationControlMode
-
Packages that use PersonalizationControlMode Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PersonalizationControlMode in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PersonalizationControlMode Modifier and Type Method Description static PersonalizationControlModePersonalizationControlMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersonalizationControlModePersonalizationConfiguration. personalizationControlMode()An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.static PersonalizationControlModePersonalizationControlMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PersonalizationControlMode[]PersonalizationControlMode. 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 PersonalizationControlMode Modifier and Type Method Description static Set<PersonalizationControlMode>PersonalizationControlMode. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type PersonalizationControlMode Modifier and Type Method Description PersonalizationConfiguration.BuilderPersonalizationConfiguration.Builder. personalizationControlMode(PersonalizationControlMode personalizationControlMode)An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
-