Class: Aws::QConnect::Types::AIGuardrailWordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailWordPolicyConfig
- Defined in:
- gems/aws-sdk-qconnect/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.
500 501 502 503 504 505 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 500 class AIGuardrailWordPolicyConfig < Struct.new( :managed_word_lists_config, :words_config) SENSITIVE = [] include Aws::Structure end |
#words_config ⇒ Array<Types::GuardrailWordConfig>
A list of words to configure for the AI Guardrail.
500 501 502 503 504 505 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 500 class AIGuardrailWordPolicyConfig < Struct.new( :managed_word_lists_config, :words_config) SENSITIVE = [] include Aws::Structure end |