Revision as of 14:23, October 25, 2019 by WikiSysop (talk | contribs) (Created page with "{{PubOption |hidden=false |default=false |valid=true, false |takeseffect=On the next interaction |shortdesc=If option is set to <tt>true</tt>, the strategy executes calls...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Predictive Route DataCfg:default-predictor:use-setreadycondition


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

use-setreadycondition

Default Value: false
Valid Values: true, false
Changes Take Effect: On the next interaction


If option is set to true, the strategy executes calls to the isAgentScoreGood subroutine, which temporarily removes low-scoring agents from consideration for routing. If option is set to false, the strategy does not execute calls to the isAgentScoreGood subroutine and, as a result, the interaction is routed to the agent with the highest availability; that is, the one who has been waiting longest for an interaction.

  • Low-scoring agents - Agents with scores for the current interaction lower than time-dependent minimum required score, which is defined by the following options: [default-predictor].initial-threshold-timeout, [default-predictor].threshold-relaxation-timeout, [default-predictor].threshold-relaxation-step.
  • Temporary - Until the agent's score for the interaction becomes higher than the time-dependent minimum required score.

Important: This option takes effect only when the [default-predictor].prr-mode option is set to prod or to ab-test-time-sliced for the same predictor.

Draft Option

No draft option

Comments or questions about this documentation? Contact us for support!