Class: Aws::QBusiness::Types::ContentBlockerRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ContentBlockerRule
- Defined in:
- gems/aws-sdk-qbusiness/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.
1210 1211 1212 1213 1214 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1210 class ContentBlockerRule < Struct.new( :system_message_override) SENSITIVE = [] include Aws::Structure end |