AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Records 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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutActionInteractionsAsync.

Namespace: Amazon.PersonalizeEvents
Assembly: AWSSDK.PersonalizeEvents.dll
Version: 3.x.y.z

Syntax

C#
public virtual PutActionInteractionsResponse PutActionInteractions(
         PutActionInteractionsRequest request
)

Parameters

request
Type: Amazon.PersonalizeEvents.Model.PutActionInteractionsRequest

Container for the necessary parameters to execute the PutActionInteractions service method.

Return Value


The response from the PutActionInteractions service method, as returned by PersonalizeEvents.

Exceptions

ExceptionCondition
InvalidInputException Provide a valid value for the field or parameter.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException Could not find the specified resource.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also