Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bfcamara opened this issue Oct 27, 2017 · 7 comments
Open

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

bfcamara opened this issue Oct 27, 2017 · 7 comments

Comments

@bfcamara
Copy link

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?

@xjose97x
Copy link

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

@bfcamara
Copy link
Author

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

@xjose97x
Copy link

@xVir , any input here?

@xVir
Copy link
Contributor

xVir commented Oct 30, 2017

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.

@bfcamara
Copy link
Author

bfcamara commented Oct 31, 2017

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

@linuxphile
Copy link

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.

@grokify
Copy link

grokify commented Apr 11, 2018

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

These were just updated 14 hours ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants