Class: Aws::QBusiness::Types::BlockedPhrasesConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BlockedPhrasesConfigurationUpdate
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Updates a blocked phrases configuration in your Amazon Q Business application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocked_phrases_to_create_or_update ⇒ Array<String>
Creates or updates a blocked phrases configuration in your Amazon Q Business application.
-
#blocked_phrases_to_delete ⇒ Array<String>
Deletes a blocked phrases configuration in your Amazon Q Business application.
-
#system_message_override ⇒ String
The configured custom message displayed to your end user when they use blocked phrase during chat.
Instance Attribute Details
#blocked_phrases_to_create_or_update ⇒ Array<String>
Creates or updates a blocked phrases configuration in your Amazon Q Business application.
1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1140 class BlockedPhrasesConfigurationUpdate < Struct.new( :blocked_phrases_to_create_or_update, :blocked_phrases_to_delete, :system_message_override) SENSITIVE = [] include Aws::Structure end |
#blocked_phrases_to_delete ⇒ Array<String>
Deletes a blocked phrases configuration in your Amazon Q Business application.
1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1140 class BlockedPhrasesConfigurationUpdate < Struct.new( :blocked_phrases_to_create_or_update, :blocked_phrases_to_delete, :system_message_override) SENSITIVE = [] include Aws::Structure end |
#system_message_override ⇒ String
The configured custom message displayed to your end user when they use blocked phrase during chat.
1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1140 class BlockedPhrasesConfigurationUpdate < Struct.new( :blocked_phrases_to_create_or_update, :blocked_phrases_to_delete, :system_message_override) SENSITIVE = [] include Aws::Structure end |