Reputation: 21
I am using dialogflow with audiocode integration. How to I delay agent to wait for response so that the end user could complete his response?
Upvotes: 0
Views: 619
Reputation: 54
You may want to try Dasha. If I understood you correctly, using DashaScript you can add a delay like that:
#waitForSpeech(1000);
Upvotes: -1