I am trying to build an Amazon Alexa skill. In that, one of the intents needs a text string. It can be any random word (including names). I have do some search from a database using that word. How do I go about solving this?
I have followed the suggestion given in the accepted answer of this question - Amazon Alexa - How to create Generic Slot . But the skill is not able to read the word (or anything that sounds like it). It just identifies the intent but the slot has confirmationStatus = NONE.