Class: Aws::QConnect::Types::GetContentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_idString

The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1596

class GetContentRequest < Struct.new(
  :content_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1596

class GetContentRequest < Struct.new(
  :content_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end