I'm developping a bot using MS bot framework and LUIS.
I would like the bot to answer emails of customers that are sent to our distribution list.
I have several questions:
- When sending the bot a long email message (like is usually sent) the bot is responding with
Exception: Response status code does not indicate success: 414 (Request URL is too long).
Does LUIS have a limit over the number of characters? Is there a way to work around it? If not how can I use to bot to answer emails?
- Would it be possible to add the bot's email to a distribution list and have it reply all receipients? I tried to do that and for some reason the bot didn't reply.