Class: Aws::QBusiness::Types::BlockedPhrasesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BlockedPhrasesConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Provides information about the phrases blocked from chat by your chat control configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocked_phrases ⇒ Array<String>
A list of phrases blocked from a Amazon Q Business web experience chat.
-
#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
#blocked_phrases ⇒ Array<String>
A list of phrases blocked from a Amazon Q Business web experience chat.
1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1037 class BlockedPhrasesConfiguration < Struct.new( :blocked_phrases, :system_message_override) SENSITIVE = [] include Aws::Structure end |
#system_message_override ⇒ String
The configured custom message displayed to an end user informing them that they’ve used a blocked phrase during chat.
1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1037 class BlockedPhrasesConfiguration < Struct.new( :blocked_phrases, :system_message_override) SENSITIVE = [] include Aws::Structure end |