Class: Aws::ConnectWisdomService::Types::GetQuickResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetQuickResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#quick_response_id ⇒ String
The identifier of the quick response.
Instance Attribute Details
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base.
1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1511 class GetQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |
#quick_response_id ⇒ String
The identifier of the quick response.
1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1511 class GetQuickResponseRequest < Struct.new( :knowledge_base_id, :quick_response_id) SENSITIVE = [] include Aws::Structure end |