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

RandomSplitActivity

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

Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.

interface RandomSplitActivity {
Branches?: RandomSplitEntry[] | null;
}

§Properties

§
Branches?: RandomSplitEntry[] | null
[src]

The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.