Uses of Class
software.amazon.awssdk.services.qconnect.model.GuardrailTopicConfig
-
Packages that use GuardrailTopicConfig Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of GuardrailTopicConfig in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GuardrailTopicConfig Modifier and Type Method Description List<GuardrailTopicConfig>AIGuardrailTopicPolicyConfig. topicsConfig()A list of policies related to topics that the AI Guardrail should deny.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type GuardrailTopicConfig Modifier and Type Method Description AIGuardrailTopicPolicyConfig.BuilderAIGuardrailTopicPolicyConfig.Builder. topicsConfig(GuardrailTopicConfig... topicsConfig)A list of policies related to topics that the AI Guardrail should deny.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type GuardrailTopicConfig Modifier and Type Method Description AIGuardrailTopicPolicyConfig.BuilderAIGuardrailTopicPolicyConfig.Builder. topicsConfig(Collection<GuardrailTopicConfig> topicsConfig)A list of policies related to topics that the AI Guardrail should deny.
-