Class: Aws::QConnect::Types::AIGuardrailTopicPolicyConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Contains details about topics that the AI Guardrail should identify and deny.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topics_configArray<Types::GuardrailTopicConfig>

A list of policies related to topics that the AI Guardrail should deny.

Returns:



462
463
464
465
466
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 462

class AIGuardrailTopicPolicyConfig < Struct.new(
  :topics_config)
  SENSITIVE = []
  include Aws::Structure
end