AWS Lex Banking Chatbot tutorial - does not prompt for date of birth

0

Hi, I'm going through the Lex Banking Chatbot tutorial and am getting stuck on the third step, Configure the bot. Whenever I ask the bot for an account (I write 'savings' or 'checkings', it tells me outright the balance instead asking me for birthdate. I also noticed that I do not have a second possibility at the code hooks, 'Use a Lambda function for fulfillment', there's only 'Use a Lambda function for initialization and validation' so I had to select this one instead. I have a free trial version. Can anyone advise what to do, to get the not to prompt me about the date of birth?

asked a year ago231 views
2 Answers
0

Make sure the dat-of-birth slot has been added to the CheckBalance-intent. Also make sure the checkbox for "Required for this intent" is checked for the date-of-birth slot.

profile pictureAWS
answered a year ago
  • Hi Thomas, thanks for your reply! I confirm both are set in the CheckBalance intent. And it's even showing in Conversation flow that the prompt should occur.

0

Try deploying the bot using cloudformation. You will then be able to compare that version to the one your are building manually to figure out what you missed. https://catalog.us-east-1.prod.workshops.aws/workshops/94f60d43-15b7-45f4-bbbc-17889ae64ea0/en-US/banker-bot/cloudformation-deployment

profile pictureAWS
answered a year 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