Hello - I have created my first skill and all built in intents work fine, but custom intents are not getting invoked.
Skill ID: amzn1.ask.skill.e318a9fd-cf18-4f25-ae3e-3f755c871aa5
"request": {
"type": "IntentRequest",
"requestId": "amzn1.echo-api.request.e3e590d5-d278-448e-b76b-f9443bf047ae",
"timestamp": "2019-07-29T01:09:45Z",
"locale": "en-US",
"intent": {
"name": "AMAZON.FallbackIntent",
"confirmationStatus": "NONE"
}
}
Just to make it clear I actually made a json request to invoke the lamda handler and tested tthru manual json and it works fine, any help would be really appreciated