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

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



3845
3846
3847
3848
3849
3850
3851
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845

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

#excerptTypes::DocumentText

The excerpt from the document.

Returns:



3845
3846
3847
3848
3849
3850
3851
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845

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

#titleTypes::DocumentText

The title of the document.

Returns:



3845
3846
3847
3848
3849
3850
3851
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845

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