Uses of Class
software.amazon.awssdk.services.qconnect.model.GuardrailRegexConfig
-
Packages that use GuardrailRegexConfig Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of GuardrailRegexConfig in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GuardrailRegexConfig Modifier and Type Method Description List<GuardrailRegexConfig>AIGuardrailSensitiveInformationPolicyConfig. regexesConfig()A list of regular expressions to configure to the AI Guardrail.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type GuardrailRegexConfig Modifier and Type Method Description AIGuardrailSensitiveInformationPolicyConfig.BuilderAIGuardrailSensitiveInformationPolicyConfig.Builder. regexesConfig(GuardrailRegexConfig... regexesConfig)A list of regular expressions to configure to the AI Guardrail.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type GuardrailRegexConfig Modifier and Type Method Description AIGuardrailSensitiveInformationPolicyConfig.BuilderAIGuardrailSensitiveInformationPolicyConfig.Builder. regexesConfig(Collection<GuardrailRegexConfig> regexesConfig)A list of regular expressions to configure to the AI Guardrail.
-