Class: Aws::QConnect::Types::AIGuardrailWordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailWordPolicyConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Contains details about the word policy to configured for the AI Guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_word_lists_config ⇒ Array<Types::GuardrailManagedWordsConfig>
A list of managed words to configure for the AI Guardrail.
-
#words_config ⇒ Array<Types::GuardrailWordConfig>
A list of words to configure for the AI Guardrail.
Instance Attribute Details
#managed_word_lists_config ⇒ Array<Types::GuardrailManagedWordsConfig>
A list of managed words to configure for the AI Guardrail.
553 554 555 556 557 558 |
# File 'lib/aws-sdk-qconnect/types.rb', line 553 class AIGuardrailWordPolicyConfig < Struct.new( :words_config, :managed_word_lists_config) SENSITIVE = [] include Aws::Structure end |
#words_config ⇒ Array<Types::GuardrailWordConfig>
A list of words to configure for the AI Guardrail.
553 554 555 556 557 558 |
# File 'lib/aws-sdk-qconnect/types.rb', line 553 class AIGuardrailWordPolicyConfig < Struct.new( :words_config, :managed_word_lists_config) SENSITIVE = [] include Aws::Structure end |