Skip to content

Releases: Accenture/alexia

2.4.0

19 Dec 10:11
Compare
Choose a tag to compare
  • Auto detect SSML in response text
  • Fixed generating utterances for built in intents for localized apps

2.3.0

09 Dec 12:28
Compare
Choose a tag to compare
  • Added more control on setting previousIntent session attribute

2.2.3

07 Dec 17:03
Compare
Choose a tag to compare
  • Added support for request payload of type string

2.2.2

07 Dec 14:21
Compare
Choose a tag to compare
  • Fixed missing rimraf dependency for saving of speech assets

2.2.1

06 Dec 16:05
Compare
Choose a tag to compare
  • Added support for German utterances
  • Locale is optional in requests (backwards compatibility)

2.2.0

30 Nov 15:03
Compare
Choose a tag to compare
  • Added multi language support using i18next

2.1.0

29 Nov 07:18
Compare
Choose a tag to compare
  • 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

18 Nov 11:30
Compare
Choose a tag to compare
  • Fixed intent handling with three arguments

2.0.1

14 Nov 11:08
Compare
Choose a tag to compare
  • 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

04 Nov 12:46
Compare
Choose a tag to compare
  • Added complete request object as third parameter to intent handle function