Class: Aws::QConnect::Types::TextData

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

Overview

Details about the source content text data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excerptTypes::DocumentText

The text of the document.

Returns:



11324
11325
11326
11327
11328
11329
# File 'lib/aws-sdk-qconnect/types.rb', line 11324

class TextData < Struct.new(
  :title,
  :excerpt)
  SENSITIVE = []
  include Aws::Structure
end

#titleTypes::DocumentText

The text of the document.

Returns:



11324
11325
11326
11327
11328
11329
# File 'lib/aws-sdk-qconnect/types.rb', line 11324

class TextData < Struct.new(
  :title,
  :excerpt)
  SENSITIVE = []
  include Aws::Structure
end