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

StartCondition

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

Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.

interface StartCondition {
Description?: string | null;
EventStartCondition?: EventStartCondition | null;
SegmentStartCondition?: SegmentCondition | null;
}

§Properties

§
Description?: string | null
[src]

The custom description of the condition.

§
EventStartCondition?: EventStartCondition | null
[src]
§
SegmentStartCondition?: SegmentCondition | null
[src]

The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.