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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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:



4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4117

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

#titleTypes::DocumentText

The text of the document.

Returns:



4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4117

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