Closed wiltodelta closed 1 year ago
Hi, @wiltodelta In what kind of support you are interested?
From the docs, it seems, the library can be used from ApiController without additional modifications. Or did you mean another options?
Thanks.
I think about ApiApiDialog like LuisDialog: https://github.com/Microsoft/BotBuilder/blob/master/CSharp/Samples/SimpleAlarmBot/SimpleAlarmDialog.cs
Yes, looks great,
I think we will add this to future plans.
In any case feel free to make a pull request.
Thanks!
Hi, @brunobrandes
Great! Thanks you a lot!!! 👍
hi, @brunobrandes
I would like to know how to use api.ai instead of luis.ai NPL in microsoft bot framework..
@sunithabist Do you did see samples on this link ?
yup.. but I need pictured responses.. can I do with api.ai or Do you know how to use two luis model in c#(since in luis.ai intents are limited to 20 only).
Please I would really love api.ai-node to connect to Microsoft Bit Framework for Nodejs
I recently published an npm module to use api.ai instead of LUIS in microsoft bot framework https://www.npmjs.com/package/api-ai-recognizer
I would also like "native" support of MS bot framework. How they are working using LUIS is very comfortable and something like that, but for API.AI would be just great!
Can't I use C# for api.ai in Microsoft Bot framework
hi, @brunobrandes
I seen the link but it was running using node js but i need api.ai to be implemented in C#.. In that link where I can find controller code and class file for api.ai
@sunithabist there's official nuget package, you can install it and directly call api.ai agents text or speech mode, you will get back full data including actions, fulfillment, context and etc. But if you want something similar to LuisDialog, than you have to implement yours.
Do you plan to support Microsoft Bot Framework?