Class: Aws::QBusiness::Types::ContentBlockerRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ContentBlockerRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
A rule for configuring how Amazon Q Business responds when it encounters a a blocked topic. You can configure a custom message to inform your end users that they have asked about a restricted topic and suggest any next steps they should take.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_message_override ⇒ String
The configured custom message displayed to an end user informing them that they’ve used a blocked phrase during chat.
Instance Attribute Details
#system_message_override ⇒ String
The configured custom message displayed to an end user informing them that they’ve used a blocked phrase during chat.
1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1445 class ContentBlockerRule < Struct.new( :system_message_override) SENSITIVE = [] include Aws::Structure end |