Class: Aws::PersonalizeEvents::Types::PutActionInteractionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_interactionsArray<Types::ActionInteraction>

A list of action interaction events from the session.

Returns:



350
351
352
353
354
355
# File 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 350

class PutActionInteractionsRequest < Struct.new(
  :tracking_id,
  :action_interactions)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_idString

The ID of your action interaction event tracker. When you create an Action interactions dataset, Amazon Personalize creates an action interaction event tracker for you. For more information, see Action interaction event tracker ID.

Returns:

  • (String)


350
351
352
353
354
355
# File 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 350

class PutActionInteractionsRequest < Struct.new(
  :tracking_id,
  :action_interactions)
  SENSITIVE = []
  include Aws::Structure
end