I've got my first basic Alexa custom service working. Will query an rss feed with a hardcoded location (for now) parse the XML, and return the data based on the day either being today or tomorrow. (All working)
Now.... I want to expand on this a bit. My RSS Feed has data for only about 9 Counties and I'd like to have the user when they install the app, be able to select their county from a drop down list Example: In Flash Briefing you can add Briefing Content, or turn on off items.
So 1) How do I Add a Settings section to the Alexa app on the phone? 2) How can I restrict users to a limited section of names if they ask App give me data for {location} {date} ?