Class: Aws::IoTSiteWise::Types::InvokeAssistantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InvokeAssistantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ Types::ResponseStream
Contains the response, citation, and trace from the SiteWise Assistant.
-
#conversation_id ⇒ String
The ID of the conversation, in UUID format.
Instance Attribute Details
#body ⇒ Types::ResponseStream
Contains the response, citation, and trace from the SiteWise Assistant.
6572 6573 6574 6575 6576 6577 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6572 class InvokeAssistantResponse < Struct.new( :body, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The ID of the conversation, in UUID format. This ID uniquely identifies the conversation within IoT SiteWise.
6572 6573 6574 6575 6576 6577 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6572 class InvokeAssistantResponse < Struct.new( :body, :conversation_id) SENSITIVE = [] include Aws::Structure end |