Class: Aws::QConnect::Types::AIGuardrailAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailAssessment
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The assessment information from the AI Guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Indicates whether the AI Guardrail blocked the content.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether the AI Guardrail blocked the content.
287 288 289 290 291 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 287 class AIGuardrailAssessment < Struct.new( :blocked) SENSITIVE = [] include Aws::Structure end |