In my bot i need to give input as integer but i couldnot find any type here https://rasa.com/docs/core/api/slots_api/ can any one tell me the what can be the slot type given for integer input
This is something you can do with defining entities
thnq for the reply but in this slot types i didn’t find any type for integer . I used Duckling it worked for me.
You don’t need an integer type for slots duckling is also entity extraction. Yes it extracts numbers, but they’re still stored as strings in the slots. Which is fine, I just wanted to explain the difference between slots and entities
what if i have many slots type of number , and duckling support one type of number in the dimension Array ???
what if i have many slots type of number , and duckling support one type of number in the dimension Array ???