c:\users\boyin\anaconda3\envs\rasa\lib\site-packages\rasa\shared\utils\io.py:93: UserWarning: Action ‘form_fetch_can’ set a slot type ‘can_number’ which it never set during the training. This can throw off the prediction. Make sure to include training examples in your stories for the different types of slots this action can return. Remember: you need to set the slots manually in the stories by adding ‘- slot{“can_number”: 667678755877}’ after the action.
@sandeep2213, you just have to include slot{“can_number”: 667678755877} in your stories.yml after form_fetch_can action. Then, just retrain your model and try again.