Prompt Trigger Polling

If you have dialog flows with Prompt Triggers then Leopard can poll your TIE at a configurable interval. Polling is disabled by default but can be enabled and configured in the Solution config.

Leopard sends no user input when polling. It does add acommand=promptrequest parameter to each poll request.

Your Teneo solution must return the number of active flows to Leopard for every request. This is needed so that the polling is only active when there are no active flows (you are not mid dialog)

Post Processing
_.putOutputParameter("numActiveFlows", "" + _.getActiveFlows().size())

Screenshots

Last updated