Hi,
I am not able to get a solid idea on entity extraction and slot filling. I am trying to build a bot, where user will register a device (additionally there will be other tasks as well) by entering its serial number… So the story will be something like
user > Hi
bot > Welcome. How can I help you?
user > I want to register my device.
bot > Please enter your devices serial number.
user > {serial_number_arbitrary_text}
bot > [Perform a custom action]
Next bot needs to capture that arbitrary text and run a custom action to validate the serial number and proceed ahead.
Now when user will enter the serial number, it will be really an arbitrary text and I am not sure how to handle that using NLU data.