Class: Aws::IoTSiteWise::Types::Citation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Citation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains text content to which the SiteWise Assistant refers to, and generate the final response. It also contains information about the source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::Content
Contains the cited text from the data source.
-
#reference ⇒ Types::Reference
Contains information about the data source.
Instance Attribute Details
#content ⇒ Types::Content
Contains the cited text from the data source.
2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2327 class Citation < Struct.new( :reference, :content) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::Reference
Contains information about the data source.
2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2327 class Citation < Struct.new( :reference, :content) SENSITIVE = [] include Aws::Structure end |