Class: Aws::QConnect::Types::TextData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::TextData
- 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
-
#excerpt ⇒ Types::DocumentText
The text of the document.
-
#title ⇒ Types::DocumentText
The text of the document.
Instance Attribute Details
#excerpt ⇒ Types::DocumentText
The text of the document.
9267 9268 9269 9270 9271 9272 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9267 class TextData < Struct.new( :excerpt, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::DocumentText
The text of the document.
9267 9268 9269 9270 9271 9272 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9267 class TextData < Struct.new( :excerpt, :title) SENSITIVE = [] include Aws::Structure end |