dialogflow / dialogflow-dotnet-client

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

.NET Portable Version #15

Closed abrad1212 closed 4 years ago

abrad1212 commented 7 years ago

I was wondering if there is ever going to be a .NET Portable version as I want to make a DLL containing all my apiai code, then have a class name Actions that contains all actions related to my chatbot,

So in theory a user could import this DLL and make a class inheriting the Actions class and override a specific action so their code runs when apiai returns an action

MovGP0 commented 6 years ago

I guess a .NET Standard-Version would be the better way to go