Class: Aws::QBusiness::Types::UpdateChatControlsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdateChatControlsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application for which the chat controls are configured.
-
#blocked_phrases_configuration_update ⇒ Types::BlockedPhrasesConfigurationUpdate
The phrases blocked from chat by your chat control configuration.
-
#client_token ⇒ String
A token that you provide to identify the request to update a Amazon Q Business application chat configuration.
-
#creator_mode_configuration ⇒ Types::CreatorModeConfiguration
The configuration details for ‘CREATOR_MODE`.
-
#response_scope ⇒ String
The response scope configured for your application.
-
#topic_configurations_to_create_or_update ⇒ Array<Types::TopicConfiguration>
The configured topic specific chat controls you want to update.
-
#topic_configurations_to_delete ⇒ Array<Types::TopicConfiguration>
The configured topic specific chat controls you want to delete.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application for which the chat controls are configured.
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_update ⇒ Types::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_token ⇒ String
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.
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_configuration ⇒ Types::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_scope ⇒ String
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.
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_update ⇒ Array<Types::TopicConfiguration>
The configured topic specific chat controls you want to update.
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_delete ⇒ Array<Types::TopicConfiguration>
The configured topic specific chat controls you want to delete.
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 |