Put Actions
personalizeevents_put_actions | R Documentation |
Adds one or more actions to an Actions dataset¶
Description¶
Adds one or more actions to an Actions dataset. For more information see Importing actions individually.
Usage¶
personalizeevents_put_actions(datasetArn, actions)
Arguments¶
datasetArn |
[required] The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to. |
actions |
[required] A list of action data. |
Value¶
An empty list.
Request syntax¶
svc$put_actions(
datasetArn = "string",
actions = list(
list(
actionId = "string",
properties = "string"
)
)
)