Class: Aws::ConnectWisdomService::Types::DeleteQuickResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::DeleteQuickResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The knowledge base from which the quick response is deleted.
-
#quick_response_id ⇒ String
The identifier of the quick response to delete.
Instance Attribute Details
#knowledge_base_id ⇒ String
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.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1224 class DeleteQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |
#quick_response_id ⇒ String
The identifier of the quick response to delete.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1224 class DeleteQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |