Class: Aws::QConnect::Types::DeleteQuickResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteQuickResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
4199 4200 4201 4202 4203 4204 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4199 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.
4199 4200 4201 4202 4203 4204 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4199 class DeleteQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |