I've built a chatbot which asks for users credentials to consume external API.
Is their a way to mask user replies(login id and password) with any special characters ?
For example capuser1 and passwordxyz should be masked with ********
I'm using intent with regex expressions to identify login variables and assigned it to skill requirements.
Any help will be appreciated.