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

SegmentBehaviors

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

Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.

interface SegmentBehaviors {
Recency?: RecencyDimension | null;
}

§Properties

§
Recency?: RecencyDimension | null
[src]

The dimension settings that are based on how recently an endpoint was active.