Hello folks,
I have given default greet intent data from RASA3.
nlu:
- intent: greet
examples: |
- hey
- hello
- hi
- hello there
- good morning
- good evening
- moin
- hey there
- let's go
- hey dude
- goodmorning
- goodevening
- good afternoon
But, I have given a random input like “change it” to the nlu. It predicts with a high confidence to the greet.
NLU model loaded. Type a message and press enter to parse it.
Next message:
change it
{
"text": "change it",
"intent": {
"name": "greet",
"confidence": 0.9899941086769104
}
Please check and suggest me for this problem.
Note: Without using external fallback.
Thanks,
Santhosh