Jcheong
Jcheong

Reputation: 21

How to delay for agent response for Dialogflow cx

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

Answers (1)

Vlad Chernyshov
Vlad Chernyshov

Reputation: 54

You may want to try Dasha. If I understood you correctly, using DashaScript you can add a delay like that:

#waitForSpeech(1000);

https://docs.dasha.ai/en-us/default/dasha-script-language/built-in-functions/#waitforspeech-blocking-call

Upvotes: -1

Related Questions