Skip to content

Major Release 0.7.0

Compare
Choose a tag to compare
@keatontaylor keatontaylor released this 19 May 03:45
· 94 commits to master since this release
908eb7d

Major Release 0.7.0

This release cleans up the codes, squashes some bugs, improves this setup process and adds two new features!

New Features

  1. ResponseNumeric
    • Respond with a number such as seventy five
  2. ResponseDuration
    • Respond with a duration such as in four hours

With these additions there is a new field returned by the skill event_response_type which will contain one of the following values for each fo the support types.
"ResponseYes"
"ResponseNo"
"ResponseNone"
"ResponseSelect"
"ResponseNumeric"
"ResponseDuration"

Examples for each type has been added to the Wiki