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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.



6623
6624
6625
6626
6627
6628
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6623

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)


6623
6624
6625
6626
6627
6628
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6623

class InvokeAssistantResponse < Struct.new(
  :body,
  :conversation_id)
  SENSITIVE = []
  include Aws::Structure
end