Posts by Raul Figueira • 11 points
2 posts
-
0
votes1
answer82
viewsQ: Integrating Formflow with Microsoft LUIS
I built 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 replies: my email is [email protected],…
-
1
votes0
answers97
viewsQ: Json deserialization with Datacontractjsonserializer Null Pointer Exception
At first I’m doing a test if I can communicate properly with the Wikipedia API. My first goal is to take data from the API, turn it into an object and present something on the screen that…