Class: Aws::PersonalizeEvents::Types::PutActionInteractionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeEvents::Types::PutActionInteractionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_interactions ⇒ Array<Types::ActionInteraction>
A list of action interaction events from the session.
-
#tracking_id ⇒ String
The ID of your action interaction event tracker.
Instance Attribute Details
#action_interactions ⇒ Array<Types::ActionInteraction>
A list of action interaction events from the session.
350 351 352 353 354 355 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 350 class PutActionInteractionsRequest < Struct.new( :tracking_id, :action_interactions) SENSITIVE = [] include Aws::Structure end |
#tracking_id ⇒ String
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].
[1]: docs.aws.amazon.com/personalize/latest/dg/action-interaction-tracker-id.html
350 351 352 353 354 355 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 350 class PutActionInteractionsRequest < Struct.new( :tracking_id, :action_interactions) SENSITIVE = [] include Aws::Structure end |