In dialogflow cx, I have a $session.params.perks in perks I have 9 elements which come from backend. Now for customer bot need to utter the voice saying "here are the perks we offer $session.params.perks" But the problem is for each perk I need add give 3 seconds time space.
I used
$sys.func.join( ' '$session.params.perks, ' ') which is giving space in test agent of dialogflow cx but when placing a test call I cannot here any space between them
I even tried $sys.func.join($session.params.perks, ' ') this also didn't worked used break time