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