Abstract base class to inherit your skill from.
There are two ways to implement a alexa intent: * add a @CustomIntent annotation to a method in your skill class * create an intent class inheriting from BaseIntent and register it using addIntent
constructor that requires the loca table as input
adds an intent handler
returns the localized text string depending on the loaded locale database
see https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/custom-standard-request-types-reference#launchrequest
see https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/custom-standard-request-types-reference#sessionendedrequest
See Implementation
Abstract base class to inherit your skill from.
There are two ways to implement a alexa intent: * add a @CustomIntent annotation to a method in your skill class * create an intent class inheriting from BaseIntent and register it using addIntent