dialogflow / dialogflow-dotnet-client

.NET framework for Dialogflow
Apache License 2.0
69 stars 50 forks source link

Microsoft Bot Framework Support #1

Closed wiltodelta closed 1 year ago

wiltodelta commented 8 years ago

Do you plan to support Microsoft Bot Framework?

xVir commented 8 years 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.

wiltodelta commented 8 years ago

I think about ApiApiDialog like LuisDialog: https://github.com/Microsoft/BotBuilder/blob/master/CSharp/Samples/SimpleAlarmBot/SimpleAlarmDialog.cs

xVir commented 8 years ago

Yes, looks great,

I think we will add this to future plans.
In any case feel free to make a pull request.

Thanks!

brunobrandes commented 8 years ago

Hello guys. I published an example using api.ai in a Bot Application project on github I'm enjoying learning about api.ai

xVir commented 8 years ago

Hi, @brunobrandes

Great! Thanks you a lot!!! 👍

sunithabist commented 8 years ago

hi, @brunobrandes

I would like to know how to use api.ai instead of luis.ai NPL in microsoft bot framework..

brunobrandes commented 7 years ago

@sunithabist Do you did see samples on this link ?

sunithabist commented 7 years ago

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).

ghost commented 7 years ago

Please I would really love api.ai-node to connect to Microsoft Bit Framework for Nodejs

GanadiniAkshay commented 7 years ago

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

giorgobiani commented 7 years ago

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!

sunithabist commented 7 years ago

Can't I use C# for api.ai in Microsoft Bot framework

sunithabist commented 7 years ago

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

giorgobiani commented 7 years ago

@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.