I'm building Alexa skill that plays audios. An audio has a title, speakers and other properties.
Problem: I want to add search functionality in my skill, so that user may play audio on base of title or speaker's name etc. How can i achieve this?
How can a user search on base of some custom string (speaker, title) & that string is passed to my skill?, where i'll write logic to search that audio.
I know about custom intents and slots, but i don't know how they will work in my case.
Please guide. I just need some starting point. Thanks.