Josh Salwen

Results 3 issues of Josh Salwen

the module supports DELETE /contexts, which deletes all contexts from the specified session But is doesn't support DELETE /contexts/{context_name} which deletes the specified context from the specified session https://docs.api.ai/docs/contexts#delete-contextscontext_name I...

What is passed into the `contexts` parameter when calling `contextsRequest`? https://github.com/api-ai/api-ai-node-js/blob/823c79cff1efcfec4edf620019f636b44e91826d/module/apiai.js#L121 I want to get back all the current contexts for a session

**Is your feature request related to a problem? Please describe.** I am trying to create a `SubmitAction` that set values of fields on Page 2 from Page 1, but the...