You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
The documentation describe a middleware that will register functions on a given intent.
I'm using Node-RED with a fullfilment end-point. I can't and don't want to build a middleware because I want to manage the response flow. I only need a wrapper on the API to retrieve a valid JSON.
Is there a way to use the conv object in order to retrieve a valid JSON response ?
Something like in the playground
The text was updated successfully, but these errors were encountered:
The documentation describe a middleware that will register functions on a given intent.
I'm using Node-RED with a fullfilment end-point. I can't and don't want to build a middleware because I want to manage the response flow. I only need a wrapper on the API to retrieve a valid JSON.
Is there a way to use the
conv
object in order to retrieve a valid JSON response ?Something like in the playground
The text was updated successfully, but these errors were encountered: