Add Delay to Lex Bot chat responses

0

Currently, my test chatbot is working fine, but the responses are really fast. I there any way to add a slight delay to the bot responses?

kg1980
asked 5 years ago710 views
2 Answers
0

Hi,
Based on the documentation and the following stackoverflow article, unfortunately, it does not look like its possible to add a delay to the Lex Bot chat responses.
Link: https://stackoverflow.com/questions/55030578/put-a-user-on-hold-with-amazon-lex
-randy

answered 5 years ago
0

kg1980,

You can use SSML to control the response experience : https://docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html

Can you please explain what ‘too fast’ means and how you want the experience to be?

Randy,

You can add a ‘please wait’ you get lex to fulfil the intent and get Amazon connect to play the please wait, followed by 5s of silence, then get connect to play the data/message required.

Thanks
Dan

DanBloy
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions