Class: Aws::QConnect::Types::GuardrailWordConfig

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

Overview

A word to configure for the AI Guardrail.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

Text of the word configured for the AI Guardrail to block.

Returns:

  • (String)


5810
5811
5812
5813
5814
# File 'lib/aws-sdk-qconnect/types.rb', line 5810

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