Class: Aws::QBusiness::Types::BlockedPhrasesConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BlockedPhrasesConfigurationUpdate
- Includes:
- Structure
- Defined in:
- 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.
1064 1065 1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1064 class BlockedPhrasesConfigurationUpdate < Struct.new( :blocked_phrases_to_create_or_update, :blocked_phrases_to_delete, :system_message_override) SENSITIVE = [] include Aws::Structure end |