Class: Aws::ConnectWisdomService::Types::DocumentText

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

Overview

The text of the document.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#highlightsArray<Types::Highlight>

Highlights in the document text.

Returns:



1271
1272
1273
1274
1275
1276
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1271

class DocumentText < Struct.new(
  :highlights,
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end

#textString

Text in the document.

Returns:

  • (String)


1271
1272
1273
1274
1275
1276
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1271

class DocumentText < Struct.new(
  :highlights,
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end