ConnectWisdomService / Client / delete_quick_response

delete_quick_response#

ConnectWisdomService.Client.delete_quick_response(**kwargs)#

Deletes a quick response.

See also: AWS API Documentation

Request Syntax

response = client.delete_quick_response(
    knowledgeBaseId='string',
    quickResponseId='string'
)
Parameters:
  • knowledgeBaseId (string) –

    [REQUIRED]

    The knowledge base from which the quick response is deleted. The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you’re storing Wisdom Content resource to it.

  • quickResponseId (string) –

    [REQUIRED]

    The identifier of the quick response to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions