Class: Aws::QBusiness::Types::BlockedPhrasesConfigurationUpdate

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

Instance Attribute Details

#blocked_phrases_to_create_or_updateArray<String>

Creates or updates a blocked phrases configuration in your Amazon Q Business application.

Returns:

  • (Array<String>)


829
830
831
832
833
834
835
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 829

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_deleteArray<String>

Deletes a blocked phrases configuration in your Amazon Q Business application.

Returns:

  • (Array<String>)


829
830
831
832
833
834
835
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 829

class BlockedPhrasesConfigurationUpdate < Struct.new(
  :blocked_phrases_to_create_or_update,
  :blocked_phrases_to_delete,
  :system_message_override)
  SENSITIVE = []
  include Aws::Structure
end

#system_message_overrideString

The configured custom message displayed to your end user when they use blocked phrase during chat.

Returns:

  • (String)


829
830
831
832
833
834
835
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 829

class BlockedPhrasesConfigurationUpdate < Struct.new(
  :blocked_phrases_to_create_or_update,
  :blocked_phrases_to_delete,
  :system_message_override)
  SENSITIVE = []
  include Aws::Structure
end