Class: Aws::QConnect::Types::GuardrailWordConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailWordConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
A word to configure for the AI Guardrail.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
Text of the word configured for the AI Guardrail to block.
Instance Attribute Details
#text ⇒ String
Text of the word configured for the AI Guardrail to block.
5161 5162 5163 5164 5165 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5161 class GuardrailWordConfig < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |