delete_chat_response_configuration¶
Operation¶
delete_chat_response_configuration
async
¶
delete_chat_response_configuration(input: DeleteChatResponseConfigurationInput, plugins: list[Plugin] | None = None) -> DeleteChatResponseConfigurationOutput
Deletes a specified chat response configuration from an Amazon Q Business application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteChatResponseConfigurationInput
|
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 |
|---|---|
DeleteChatResponseConfigurationOutput
|
An instance of |
Input¶
DeleteChatResponseConfigurationInput
dataclass
¶
Dataclass for DeleteChatResponseConfigurationInput structure.
Attributes¶
application_id
class-attribute
instance-attribute
¶
application_id: str | None = None
The unique identifier of theAmazon Q Business application from which to delete the chat response configuration.
chat_response_configuration_id
class-attribute
instance-attribute
¶
chat_response_configuration_id: str | None = None
The unique identifier of the chat response configuration to delete from the specified application.
Output¶
DeleteChatResponseConfigurationOutput
dataclass
¶
Dataclass for DeleteChatResponseConfigurationOutput structure.