delete_chat_controls_configuration¶
Operation¶
delete_chat_controls_configuration
async
¶
delete_chat_controls_configuration(input: DeleteChatControlsConfigurationInput, plugins: list[Plugin] | None = None) -> DeleteChatControlsConfigurationOutput
Deletes chat controls configured for an existing Amazon Q Business application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteChatControlsConfigurationInput
|
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 |
|---|---|
DeleteChatControlsConfigurationOutput
|
An instance of |
Input¶
DeleteChatControlsConfigurationInput
dataclass
¶
Output¶
DeleteChatControlsConfigurationOutput
dataclass
¶
Dataclass for DeleteChatControlsConfigurationOutput structure.