Class: Aws::QConnect::Types::Document

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

Overview

The document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_referenceTypes::ContentReference

A reference to the content resource.



4239
4240
4241
4242
4243
4244
4245
# File 'lib/aws-sdk-qconnect/types.rb', line 4239

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

#excerptTypes::DocumentText

The excerpt from the document.

Returns:



4239
4240
4241
4242
4243
4244
4245
# File 'lib/aws-sdk-qconnect/types.rb', line 4239

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

#titleTypes::DocumentText

The title of the document.

Returns:



4239
4240
4241
4242
4243
4244
4245
# File 'lib/aws-sdk-qconnect/types.rb', line 4239

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