Questions tagged as 'luis'

2
answers

Error trying to deserialize JSON from a webpage

I'm using Luis.ai to create my neural network of intents and the Microsoft Bot Framework to create my chatbot, but I can not read a json that Luis is generating for me. Luis's class: public static async Task<LuisResult> GetResponse(st...
asked by 27.08.2017 / 04:04
1
answer

Integrating FormFlow with Microsoft LUIS

I made a bot using the Microsoft BotBuilder SDK. I want a BotBuilder FormFlow to recognize and capture entities in a user response. For example, if the user responds: my email is [email protected], then FormFlow would have to capture, as an answer...
asked by 23.03.2018 / 13:44