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:



9005
9006
9007
9008
9009
9010
9011
9012
9013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005

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

#idString

The identifier of the source content.

Returns:

  • (String)


9005
9006
9007
9008
9009
9010
9011
9012
9013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005

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

#ranking_dataTypes::RankingData

Details about the source content ranking data.

Returns:



9005
9006
9007
9008
9009
9010
9011
9012
9013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005

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

#text_dataTypes::TextData

Details about the source content text data.

Returns:



9005
9006
9007
9008
9009
9010
9011
9012
9013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005

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

#typeString

The type of the source content.

Returns:

  • (String)


9005
9006
9007
9008
9009
9010
9011
9012
9013
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9005

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