threshold property

String? threshold
getter/setter pair

The amount of time that must pass with no new traces before a session is considered ready for evaluation.

This is a required field if InactivityTrigger is used. The value must be a positive duration no greater than 7 days (604800 seconds).

Required.

Implementation

core.String? threshold;