Class: Aws::QConnect::Types::AIGuardrailWordPolicyConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#managed_word_lists_configArray<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_configArray<Types::GuardrailWordConfig>

A list of words to configure for the AI Guardrail.

Returns:



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