I am building an IVR in Amazon Connect that accepts voice input using Amazon Lex integrations. I have set up a collectName intent to collect the user's first and last name but the slot is prompting for last name at the end of the flow after other questions have been asked.
Any suggestions on how to fix this?
My current setup is an intent called collectName with a AMAZON.FirstName and AMAZON.LastName slots with prompts that prompt for them. However, the prompt is asking for full name and we continue throughout the flow. At the end of the flow, it is prompting for last name.