QBusiness / Client / delete_chat_response_configuration
delete_chat_response_configuration¶
- QBusiness.Client.delete_chat_response_configuration(**kwargs)¶
Deletes a specified chat response configuration from an Amazon Q Business application.
See also: AWS API Documentation
Request Syntax
response = client.delete_chat_response_configuration( applicationId='string', chatResponseConfigurationId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The unique identifier of theAmazon Q Business application from which to delete the chat response configuration.
chatResponseConfigurationId (string) –
[REQUIRED]
The unique identifier of the chat response configuration to delete from the specified application.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions