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.
3939 3940 3941 3942 3943 3944 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3939 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.
3939 3940 3941 3942 3943 3944 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3939 class DeleteQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |