4.0.0
Major release since there are breaking changes on how SlotValue
are represented.
- ✨ Added
pytlas.testing
namespace containing some utilities to easily unit test your skills, see the documentation for more informations - 💥
SlotValue
value now not always returns astr
. Thevalue
property will now contains a more meaningful python representation of the slot (dateutil.relativedelta
for durations,pytlas.interpreters.slot.UnitValue
for AmountOfMoney and Temperature,float
between0
and1
for percentages,datetime.datetime
for InstantTime, tuple ofdatetime.datetime
for date range andstr
for anything else). This make the developer stuff easier when retrieving slot withrequest.intent.slot('my_slot').first().value
- ♻️
SkillData
is now calledMeta