Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Releases: line/clova-cek-sdk-python

Release 1.1.2

05 Jun 07:17
0f001f5
Compare
Choose a tag to compare

Added helper methods for slot properties

  • def slot_value_type(self, slot_name)
  • def slot_unit(self, slot_name)

Release 1.1.1

29 Apr 14:06
f3451a3
Compare
Choose a tag to compare

Bugfix:

  • Fixed a crash when session in EventRequest is null

Release 1.1.0

12 Apr 07:38
b8eaeef
Compare
Choose a tag to compare

This update contains some refactoring of the Request class into subclasses of different request types to better reflect their definitions.

  • Added and refactored requests into LaunchRequest, SessionEndedRequest, IntentRequest and EventRequest
  • verify_application_id can throw ApplicationIdMismatch
  • Renamed EndRequest -> SessionEndedRequest
  • Added Event, User, AudioPlayer, Context, Device, and Session Model

API Conversion help:

  • request.request_type -> request.type
  • request.session_id -> request.session.id
  • request.session_attributes -> request.session.attributes
  • request.access_token -> request.session.user.access_token
  • request.intent_name -> intent_request.name
  • request.slots_dict -> intent_request.slots

Release 1.0.1

19 Sep 09:02
7dfcef7
Compare
Choose a tag to compare

BugFix:

  • Simple response can't end session

Release 1.0.0

03 Aug 03:40
b45a347
Compare
Choose a tag to compare
Merge pull request #2 from line/travis

This should release tagged commit on PyPi.