Releases: Accenture/alexia
Releases · Accenture/alexia
2.4.0
- Auto detect SSML in response text
- Fixed generating utterances for built in intents for localized apps
2.3.0
- Added more control on setting previousIntent session attribute
2.2.3
- Added support for request payload of type string
2.2.2
- Fixed missing rimraf dependency for saving of speech assets
2.2.1
- Added support for German utterances
- Locale is optional in requests (backwards compatibility)
2.2.0
- Added multi language support using i18next
2.1.0
- Added new function
app.setShouldEndSessionByDefault(boolean)
that overwrites the default value of shouldEndSession
for responses
- Added new function
alexia.createRequest(options)
that enables you specify all options for Alexa requests
- Extended actions to support arrays of intent names in the
from
and to
properties
2.0.2
- Fixed intent handling with three arguments
2.0.1
- Added new built-in Slot Types for Europe
- Updated eslint to use standard config & updated code formatting
- Fixed saving of custom slots & speech assets and updated tests
2.0.0
- Added complete request object as third parameter to intent handle function