Submit the the msisdn 9810456415 but getting category value 9810456439

Your input -> Share the mnp port status for given msisdn 9810456415
2019-06-12 14:03:01 DEBUG rasa_core.tracker_store - Recreating tracker for id ‘default’ 2019-06-12 14:03:01 DEBUG rasa_core.processor - Received user message ‘Share the mnp port status for given msisdn 9810456415’ with intent ‘{‘name’: ‘mnp’, ‘confidence’: 0.4508936919858603}’ and entities ‘[]’ 2019-06-12 14:03:01 DEBUG rasa_core.processor - Logged UserUtterance - tracker now has 25 events 2019-06-12 14:03:01 DEBUG rasa_core.processor - Current slot values: category: 9810456439

I have submit the msisdn 9810456415 but getting category value 9810456439 but i need the category value which was submitted. Please help to get proper value correct

1 Like

Hi @santosh160778, can you share your NLU data for this intent?

nlu.md file

intent:bye

  • No, I am good as of now. Bye
  • Bye
  • Bbye

intent:fine_ask

  • I am good, how are you doing?
  • I’m fine, how are you?
  • I’m good, how are you?
  • I am good, how are you?
  • Doing good, how are you?
  • Awesome, how are you?
  • im fine, how are you?
  • im good, how are you?
  • I am doing good. How about you?

intent:fine_normal

  • I am doing great
  • I’m doing great
  • I’m fine
  • I’m good
  • Doing good
  • Awesome
  • im fine
  • im good

intent:greet

  • hey
  • hello
  • hi
  • good morning
  • good evening
  • good afternoon
  • hey there
  • hi there
  • hii
  • Hi

intent:mnp

intent:thanks

  • Thanks
  • Thank you so much

regex:msisdn

  • [0-9]{10}
1 Like