« Back to Training Forum

cvp 4.1 event count

Combination View Flat View Tree View
Threads [ Previous | Next ]
Does 4.1 have a count attribute for hotevent elements, to allow catching of the event differently the first or 2nd time it occurs?

If not, is this being considered?

Thanks, Janine

Hi Janine,

Hotevent element available in the element config pane when used directly in the callflow doesnot allow the tracking of the event count, but you can differentiate the action taken/audio played based on the event count by implementing "HoteventInterface" which generates custom vxml content and making use of "VEvent".

Rgds,
Ranjana

Would you have a sample of hoteevent java code that could be used as a starting point for this?