Hey everyone. I want to check my slots that are being filled from the user texts…
Currently I have the following slot -
slots:
quantity:
type: list
influence_conversation: true
and my nlu as :
- intent: quantity
examples: |
- 1
- two
- 2
- three
- 3
- 4
- four
…more similar examples.
If I say “we rice” instead of “3 rice”, it captures “we” into the quantity slot.
Can I specify that the quantity slot must have only digits?