Passer au contenu

Lex bot, re prompt after timeout

0

I was building a bot to collect user ratings. Whenever the bot needs a rating it shall prompt the user using the elicit slot functionality. Problem is if user doesn't input anything after prompted, I want the bot to re-prompt the user for input as a reminder after a certain timeout (30s). Is there any aws functionality for this?

demandé il y a 10 mois115 vues
1 réponse
0

Hi, Have you explored the 'Wait and Continue' feature?

Reference: https://docs.aws.amazon.com/lexv2/latest/dg/wait-and-continue.html

AWS
répondu il y a 10 mois
  • Hi, The doc doesn't specify if this works for text inputs. Also for what response will it the wait and continue be triggered?

    I tried this:

    waited for more than 60s after slot elicitation send "wait" text message

    both the cases there is no reprompting

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.