Skip to content

Releases: Accenture/alexia

2.4.0

Choose a tag to compare

@Glogo Glogo released this 19 Dec 10:11
  • Auto detect SSML in response text
  • Fixed generating utterances for built in intents for localized apps

2.3.0

Choose a tag to compare

@Glogo Glogo released this 09 Dec 12:28
  • Added more control on setting previousIntent session attribute

2.2.3

Choose a tag to compare

@Glogo Glogo released this 07 Dec 17:03
  • Added support for request payload of type string

2.2.2

Choose a tag to compare

@Glogo Glogo released this 07 Dec 14:21
  • Fixed missing rimraf dependency for saving of speech assets

2.2.1

Choose a tag to compare

@Glogo Glogo released this 06 Dec 16:05
  • Added support for German utterances
  • Locale is optional in requests (backwards compatibility)

2.2.0

Choose a tag to compare

@Glogo Glogo released this 30 Nov 15:03
  • Added multi language support using i18next

2.1.0

Choose a tag to compare

@Glogo Glogo released this 29 Nov 07:18
  • 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

Choose a tag to compare

@Glogo Glogo released this 18 Nov 11:30
  • Fixed intent handling with three arguments

2.0.1

Choose a tag to compare

@Glogo Glogo released this 14 Nov 11:08
  • 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

Choose a tag to compare

@Glogo Glogo released this 04 Nov 12:46
  • Added complete request object as third parameter to intent handle function