Class: Aws::QConnect::Types::DeleteQuickResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DeleteQuickResponseRequest
- Defined in:
- gems/aws-sdk-qconnect/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.
3834 3835 3836 3837 3838 3839 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3834 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.
3834 3835 3836 3837 3838 3839 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3834 class DeleteQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |