Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventCondition

import type { EventCondition } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

interface EventCondition {
Dimensions?: EventDimensions | null;
MessageActivity?: string | null;
}

§Properties

§
Dimensions?: EventDimensions | null
[src]

The dimensions for the event filter to use for the activity.

§
MessageActivity?: string | null
[src]

The message identifier (message_id) for the message to use when determining whether message events meet the condition.