SendEventRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The label to associate with the event. Required if specifying labelTimestamp.

Link copied to clipboard

An array of entities.

Link copied to clipboard

The event ID to upload.

Link copied to clipboard

The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.

Link copied to clipboard

The event type name of the event.

Link copied to clipboard

Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.

Link copied to clipboard

The timestamp associated with the label. Required if specifying assignedLabel.

Functions

Link copied to clipboard
inline fun copy(block: SendEventRequest.Builder.() -> Unit = {}): SendEventRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String