Class: Aws::QConnect::Types::GuardrailManagedWordsConfig

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

Overview

The managed word list to configure for the AI Guardrail.

Constant Summary collapse

SENSITIVE =
[:type]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The managed word type to configure for the AI Guardrail.

Returns:

  • (String)


4847
4848
4849
4850
4851
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4847

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