Event

class Event

The event details.

Types

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

Properties

Link copied to clipboard

The label associated with the event.

Link copied to clipboard

The event entities.

Link copied to clipboard

The event ID.

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.

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 to update. The timestamp must be specified using ISO 8601 standard in UTC.

Functions

Link copied to clipboard
inline fun copy(block: Event.Builder.() -> Unit = {}): Event
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