Major Release 0.7.0
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
- ResponseNumeric
- Respond with a number such as
seventy five
- Respond with a number such as
- ResponseDuration
- Respond with a duration such as
in four hours
- Respond with a duration such as
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