update_chat_controls_configuration¶
Operation¶
update_chat_controls_configuration
async
¶
update_chat_controls_configuration(input: UpdateChatControlsConfigurationInput, plugins: list[Plugin] | None = None) -> UpdateChatControlsConfigurationOutput
Updates a set of chat controls configured for an existing Amazon Q Business application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UpdateChatControlsConfigurationInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
UpdateChatControlsConfigurationOutput
|
An instance of |
Input¶
UpdateChatControlsConfigurationInput
dataclass
¶
Dataclass for UpdateChatControlsConfigurationInput structure.
Attributes¶
application_id
class-attribute
instance-attribute
¶
application_id: str | None = None
The identifier of the application for which the chat controls are configured.
blocked_phrases_configuration_update
class-attribute
instance-attribute
¶
blocked_phrases_configuration_update: BlockedPhrasesConfigurationUpdate | None = None
The phrases blocked from chat by your chat control configuration.
client_token
class-attribute
instance-attribute
¶
client_token: str | None = None
A token that you provide to identify the request to update a Amazon Q Business application chat configuration.
creator_mode_configuration
class-attribute
instance-attribute
¶
creator_mode_configuration: CreatorModeConfiguration | None = None
The configuration details for CREATOR_MODE.
hallucination_reduction_configuration
class-attribute
instance-attribute
¶
hallucination_reduction_configuration: HallucinationReductionConfiguration | None = None
The hallucination reduction settings for your application.
orchestration_configuration
class-attribute
instance-attribute
¶
orchestration_configuration: OrchestrationConfiguration | None = None
The chat response orchestration settings for your application.
response_scope
class-attribute
instance-attribute
¶
response_scope: ResponseScope | None = None
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.
topic_configurations_to_create_or_update
class-attribute
instance-attribute
¶
topic_configurations_to_create_or_update: list[TopicConfiguration] | None = None
The configured topic specific chat controls you want to update.
topic_configurations_to_delete
class-attribute
instance-attribute
¶
topic_configurations_to_delete: list[TopicConfiguration] | None = None
The configured topic specific chat controls you want to delete.
Output¶
UpdateChatControlsConfigurationOutput
dataclass
¶
Dataclass for UpdateChatControlsConfigurationOutput structure.