In working with IBM Watson Conversation Service (WCS) I want to print an email address in the response. The problem is that WCS is neglecting all the characters after @ symbol and the @ character itself.
I tried using ' and \ to escape it, but it didn't help much.
How can I print an email address in a response string?