I'm trying out the slots feature in IBM Watson Conversations and have hit an issue which I'm not sure how to work around.
I have a use case that is collecting a number of pieces of information from a user so using the Slots feature makes sense. Unfortunately when I add a Slot with @sys-number the system will not accept 0 as a valid input. This slot is in fact required but 0 is a valid value.
Anyone have an idea of how to have a required Slot of type @sys-number that accepts 0 as a value?
0
as@sys-number
when testing without slots? In my case it did. – Safar0
as@sys-number
but doesn't appear to accept it as fulfilling the slot. – Pregnable