Values.PutActionInteractionsRequestSourceRecords action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app. For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.
type nonrec t = {trackingId : StringType.t;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.
*)actionInteractions : ActionInteractionsList.t;A list of action interaction events from the session.
*)}val make :
trackingId:StringType.t ->
actionInteractions:ActionInteractionsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ActionId.t ] list
| `String of ActionId.t
| `Timestamp of Date.t ])
list ]
list
| `String of StringType.t ])
list ]