Class: Aws::QConnect::Types::SourceContentDataDetails

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

Overview

Details about the source content data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#citation_spanTypes::CitationSpan

Contains information about where the text with a citation begins and ends in the generated output.

Returns:



9398
9399
9400
9401
9402
9403
9404
9405
9406
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9398

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the source content.

Returns:

  • (String)


9398
9399
9400
9401
9402
9403
9404
9405
9406
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9398

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#ranking_dataTypes::RankingData

Details about the source content ranking data.

Returns:



9398
9399
9400
9401
9402
9403
9404
9405
9406
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9398

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#text_dataTypes::TextData

Details about the source content text data.

Returns:



9398
9399
9400
9401
9402
9403
9404
9405
9406
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9398

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the source content.

Returns:

  • (String)


9398
9399
9400
9401
9402
9403
9404
9405
9406
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9398

class SourceContentDataDetails < Struct.new(
  :id,
  :type,
  :text_data,
  :ranking_data,
  :citation_span)
  SENSITIVE = []
  include Aws::Structure
end