Class: Aws::QBusiness::Types::RelevantContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Represents a piece of content that is relevant to a search query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The actual content of the relevant item.

Returns:

  • (String)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#document_attributesArray<Types::DocumentAttribute>

Additional attributes of the document containing the relevant content.

Returns:



6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#document_idString

The unique identifier of the document containing the relevant content.

Returns:

  • (String)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#document_titleString

The title of the document containing the relevant content.

Returns:

  • (String)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#document_uriString

The URI of the document containing the relevant content.

Returns:

  • (String)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#score_attributesTypes::ScoreAttributes

Attributes related to the relevance score of the content.



6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-qbusiness/types.rb', line 6388

class RelevantContent < Struct.new(
  :content,
  :document_id,
  :document_title,
  :document_uri,
  :document_attributes,
  :score_attributes)
  SENSITIVE = []
  include Aws::Structure
end