ViniciusSouza / HitchBot

This is a implementation of Microsoft Bot Framework, using LUIS (Language Understanding Intelligent Service) to interact with tinder users.
Other
10 stars 1 forks source link

LUIS App (back-end) #5

Open karlitoz007 opened 8 years ago

karlitoz007 commented 8 years ago

Tasks:

karlitoz007 commented 8 years ago

App Id: a444ceab-0ef2-4582-bc04-f869bc30dc84 Temporary Key: c86fa102ab1947b79e8d615452fcfa31 URL: https://api.projectoxford.ai/luis/v1/application?id=a444ceab-0ef2-4582-bc04-f869bc30dc84&subscription-key=c86fa102ab1947b79e8d615452fcfa31

Sample URL: https://api.projectoxford.ai/luis/v1/application?id=a444ceab-0ef2-4582-bc04-f869bc30dc84&subscription-key=c86fa102ab1947b79e8d615452fcfa31&q=how%20r%20u%20doing?

@ViniciusSouza @allantargino

ViniciusSouza commented 8 years ago

@karlitoz007 I'm creating a new App using what you have built to test in the backend

karlitoz007 commented 8 years ago

@ViniciusSouza @allantargino there is a small bug in LUIS when you change names of "pre-built entities" (a.k.a. "Bing entities"). I already fixed my LUIS model and updated the JSON file here in GitHub. Now you can import the JSON file to a new LUIS App by your own (I tried and it works!).

PD: I have already reported the bug internally.

ViniciusSouza commented 8 years ago

I end up using your Luis API definition.