Class: Aws::IoTSiteWise::Types::Citation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentTypes::Content

Contains the cited text from the data source.

Returns:



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

#referenceTypes::Reference

Contains information about the data source.

Returns:



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