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