This Alexa skill is a template for the basic Indian State-Capital skill.Alexa will quiz a user with State and it's capital from the list.Basically this skill is build for kid's to learn about Indian State's and it's Capital.
You can see an example of this skill in action - just enable the State-Capital from the Alexa App.
This skill consists of two basic parts, a front end and a back end. The front end is the voice interface, or VUI. The voice interface is configured through the voice interaction model. The back end is where the logic of your skill resides.
There are a number of different ways for you to setup your skill, depending on your experience and what tools you have available.
- If this is your first skill, choose the Alexa-Hosted backend instructions to get started quickly.
- If you want to manage the backend resources in your own AWS account, you can follow the AWS-Hosted instructions.
- Developers with the ASK Command Line Interface configured may follow the ASK CLI instructions.