Skip to content

Manually setting shouldEndSession, bug fix and minor code refactoring

Choose a tag to compare

@TianTXie TianTXie released this 30 Nov 23:25

This release added a method shouldEndSession() in responseBuilder to enable setting the shouldEndSession value manually.

This release fixed a bug in ListManagementService so that it supports list API call in Japanese skill.

This release used the ServiceError in DirectiveService, it also did minor code refactoring, eg, using const/let instead of var, using single quote instead of double quotes.