Class: Aws::QBusiness::Types::ContentBlockerRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#system_message_overrideString

The configured custom message displayed to an end user informing them that they've used a blocked phrase during chat.

Returns:

  • (String)


1173
1174
1175
1176
1177
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1173

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