I integrated a LUIS and QNA Maker Microsoft bot and created a webchat bot. The bot works perfectly fine however when I type a question with single quote (') or apostrophe in it the bot responds Sorry, my bot code is having an issue. For example if I type: "I am a diplomat" it gives me the answer that I trained it on. However, if I type: "I'm a diplomat" the bot responds "Sorry, my bot code is having an issue." I put the utterances in my LUIS app with apostrophe and the score is pretty high testing it but when I ask the bot in online test environment it has issues with any question or statements that has apostrophe in it.
Has anyone ever faced this issue? I searched for almost a day, no luck. Thanks.