Chatbot String Special Character Issue

In entity datatype, the special characters of String are not converted exactly as the user input in the below scenarios.
• When we enter input “///” bot converting it into “/”.
• When we enter input “+” bot not taking it and workflow is failing with.
• When we enter input “temp{},.//”, bot is converting it like “temp{}. //”.
• When we enter sentence with multiple space bot is converting it into one space.

Hi Abhijit,

As mentioned in the support ticket, we have discussed this scenario with our engineering team.
You will need to define a regular expression to accept all the input symbols, characters, and patterns required by that particular entity.

Regards,
Yoga Ramya,
Kore Support Team.