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

There seem to be only /query request

Open ysak-y opened this issue 8 years ago • 3 comments

Overview

In API.AI, there are some API like /intents /contexts.

But It doesn't seem to be support them in this library, why?

I'll send pull request if reason is just lack of contributor.

ysak-y avatar Apr 04 '17 05:04 ysak-y

Hi. Unfortunately it's official position. This is client-only sdk. It's definitely lack of contribution for other "client" endpoints (like "userEntities" and "contexts") - this staff should be implemented. But there will not be any "developer" endpoints ("intents", "entities" and so on).

Gugic avatar Apr 28 '17 19:04 Gugic

Sorry for very late response. I want to implement it("userEntities" and "contexts"), are you sure about that?

ysak-y avatar Jul 26 '17 14:07 ysak-y

hi, there's news? For example it's possible to use resetContexts?

resetContexts | Boolean | If true, all current contexts in a session will be reset before the new ones are set. False by default. https://dialogflow.com/docs/reference/agent/query#query-parameters-and-json-fields

fdambrosio avatar Apr 14 '18 13:04 fdambrosio