Alexa skill that gives fitness tips and facts about fitness.
1. Create a Lambda function and upload source code as ZIP file{
"intents": [
{
"intent": "GetNewFactIntent"
},
{
"intent": "AMAZON.HelpIntent"
},
{
"intent": "AMAZON.StopIntent"
},
{
"intent": "AMAZON.CancelIntent"
}
]
}
Sample Utterances:
GetNewFactIntent a fact
GetNewFactIntent a fitness fact
GetNewFactIntent tell me a fact
GetNewFactIntent tell me a fitness fact
GetNewFactIntent give me a fact
GetNewFactIntent give me a fitness fact
GetNewFactIntent tell me trivia
GetNewFactIntent tell me a fitness trivia
GetNewFactIntent give me trivia
GetNewFactIntent give me a fitness trivia
GetNewFactIntent give me some information
GetNewFactIntent give me some fitness information
GetNewFactIntent tell me something
GetNewFactIntent give me something
4. Paste ARN in configuration endpoint5. Add publishing info and image then submit to certification
Comments