Class: Aws::ConnectWisdomService::Types::Document
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::Document
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
The document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_reference ⇒ Types::ContentReference
A reference to the content resource.
-
#excerpt ⇒ Types::DocumentText
The excerpt from the document.
-
#title ⇒ Types::DocumentText
The title of the document.
Instance Attribute Details
#content_reference ⇒ Types::ContentReference
A reference to the content resource.
1251 1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1251 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |
#excerpt ⇒ Types::DocumentText
The excerpt from the document.
1251 1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1251 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::DocumentText
The title of the document.
1251 1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1251 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |