analysisPercentage property

double? analysisPercentage
getter/setter pair

Percentage of conversations that we should apply this analysis setting automatically, between [0, 1].

For example, 0.1 means 10%. Conversations are sampled in a determenestic way. The original runtime_percentage & upload percentage will be replaced by defining filters on the conversation.

Implementation

core.double? analysisPercentage;