Uses of Class
software.amazon.awssdk.services.qconnect.model.GuardrailManagedWordsConfig
-
Packages that use GuardrailManagedWordsConfig Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of GuardrailManagedWordsConfig in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GuardrailManagedWordsConfig Modifier and Type Method Description List<GuardrailManagedWordsConfig>AIGuardrailWordPolicyConfig. managedWordListsConfig()A list of managed words to configure for the AI Guardrail.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type GuardrailManagedWordsConfig Modifier and Type Method Description AIGuardrailWordPolicyConfig.BuilderAIGuardrailWordPolicyConfig.Builder. managedWordListsConfig(GuardrailManagedWordsConfig... managedWordListsConfig)A list of managed words to configure for the AI Guardrail.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type GuardrailManagedWordsConfig Modifier and Type Method Description AIGuardrailWordPolicyConfig.BuilderAIGuardrailWordPolicyConfig.Builder. managedWordListsConfig(Collection<GuardrailManagedWordsConfig> managedWordListsConfig)A list of managed words to configure for the AI Guardrail.
-