Class: Aws::ConnectWisdomService::Types::GetContentSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetContentSummaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_id ⇒ String
The identifier of the content.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
Instance Attribute Details
#content_id ⇒ String
The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
1425 1426 1427 1428 1429 1430 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1425 class GetContentSummaryRequest < Struct.new( :content_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
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. Can be either the ID or the ARN. URLs cannot contain the ARN.
1425 1426 1427 1428 1429 1430 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1425 class GetContentSummaryRequest < Struct.new( :content_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |