Class: Aws::QBusiness::Types::UpdateChatControlsConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application for which the chat controls are configured.

Returns:

  • (String)


7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#blocked_phrases_configuration_updateTypes::BlockedPhrasesConfigurationUpdate

The phrases blocked from chat by your chat control configuration.



7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token that you provide to identify the request to update a Amazon Q Business application chat configuration.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#creator_mode_configurationTypes::CreatorModeConfiguration

The configuration details for ‘CREATOR_MODE`.



7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#response_scopeString

The response scope configured for your application. This determines whether your application uses its retrieval augmented generation (RAG) system to generate answers only from your enterprise data, or also uses the large language models (LLM) knowledge to respons to end user questions in chat.

Returns:

  • (String)


7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#topic_configurations_to_create_or_updateArray<Types::TopicConfiguration>

The configured topic specific chat controls you want to update.

Returns:



7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#topic_configurations_to_deleteArray<Types::TopicConfiguration>

The configured topic specific chat controls you want to delete.

Returns:



7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/aws-sdk-qbusiness/types.rb', line 7262

class UpdateChatControlsConfigurationRequest < Struct.new(
  :application_id,
  :client_token,
  :response_scope,
  :blocked_phrases_configuration_update,
  :topic_configurations_to_create_or_update,
  :topic_configurations_to_delete,
  :creator_mode_configuration)
  SENSITIVE = []
  include Aws::Structure
end