- intent: buy_tv
examples: |
- I want to buy a tv
- I would like to buy this tv
After training the model and I test the model with rasa shell:
If the input is ‘I want a tv’, the output intent is ‘buy_tv’, that is what we need.
However, if the input is “I want to buy a refrigerator”, the output intent is also ‘buy_tv’ with pretty high confidence, that is wrong. And there is nothing concerning ‘refrigerator’ of intent or example in the training data.