dialogflow-dotnet-client icon indicating copy to clipboard operation
dialogflow-dotnet-client copied to clipboard

Question: Is this SDK up to date with the current API?

Open bfcamara opened this issue 7 years ago • 7 comments

It seems that this SDK is not being changed to be up to date with the current Dialogflow API. For example, how can I trigger a Dialogflow event with this SDK?

Does anyone know if there is a Swagger doc for the current Dialogflow API?

bfcamara avatar Oct 27 '17 09:10 bfcamara

I'm using this project and it is working. However it lacks lots of features. It does not even support asynchronous methods.

xjose97x avatar Oct 28 '17 03:10 xjose97x

@xjose97x that's what I am saying: it lacks a lot of features. The API has been evolved, and it seems that this SDK is not following it. That's why I was asking for a Swagger spec for this API in order to generate HTTP clients for the Dialogflow API with full support for the current state if the API.

bfcamara avatar Oct 28 '17 06:10 bfcamara

@xVir , any input here?

xjose97x avatar Oct 28 '17 13:10 xjose97x

Hi @xjose97x Yes... Some features are not implemented yet. Could you post here a list of the most needed features? Probably we can add them.

xVir avatar Oct 30 '17 21:10 xVir

I think a Swagger doc would be ideal in order to be able to generate a full API client and include it in your SDK.

I found this one but since it's not official I cannot recommend to use it, even though I am using it because I verified it and it's working

https://gist.github.com/nickshoe/0769a2ca3ac64ccc4e7521be5c6aef3c

Other than that and, in my opinion and what I need most is:

  • add ability to trigger an event
  • add ability to upload userEntities

Thanks

bfcamara avatar Oct 31 '17 08:10 bfcamara

I realize this is intended as primarily client related, however, a full, official object model, for the Intents and all children of would be very helpful. I've worked to piece together my own object model, but I'm having to make assumptions based on the returns of REST requests using the dev token. I'll likely miss something if a particular intent does not make use of some functionality.

linuxphile avatar Nov 08 '17 15:11 linuxphile

Google is maintaining the Dialogflow API v2 .NET client with the rest of their .NET clients here:

These were just updated 14 hours ago.

grokify avatar Apr 11 '18 23:04 grokify