Class: Aws::IoTSiteWise::Types::InvokeAssistantResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::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_idString

The ID of the conversation, in UUID format. This ID uniquely identifies the conversation within IoT SiteWise.

Returns:

  • (String)


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