Spelling mistake problem

Hi,I want solution for If user makes some spelling mistakes in message. How can i check the given message is correct or not in tracker, I want if user make spelling mistake in message correct this message and ask the user " Do you mean : corrected message" as well as ask for Yes or No for correct message. If user said yes then continue flow. If user said no then ask user "Try again ".

Rasa can’t check the spelling so you would have to use a third-party api for that. You could make a custom action that validates a message with a spell checker, and then utters the correction. But I think it will be hard to write stories for such a flow.

Thanks… :slightly_smiling_face::slightly_smiling_face:

found any solution? because I’m facing the same issue