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

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

Instance Attribute Details

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

A list of words to configure for the AI Guardrail.

Returns:



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