I am getting this error while trying to use an action
Try from rasa_sdk import Action
Thanks…Its resolved now…I have another query…I am giving password as one of my inputs in slots…Is there any way that while taking the input, the password is not visible or characters are shown instead of real password?
If I understood correctly, this must be made in your frontend. You can hide the user input. But I would not recommend to collect passwords on your bot, even if you hide the input.
yeah…I just wanted to test smpt server by giving mail and password in slots.
@GeovanaRamos What exactly do i have to change in frontend for that?