Request to webhooks/rest/webhook . I know that: this request will pending until custom action response data.
In custom action (write by Nodejs), i make request to /conversations/<id>/tracker/events for set slot, but : this request pending and go timeout, slot not set correctly. I think that: request (1) and (2) waitting each other and timeout…
Can i have solution for this problem?
I write custom action use Nodejs (via http api endpoint). I don’t use any Python code
Step i did in custom action:
I query database and do something, and return the final result . I get this result and call /conversations/<id>/tracker/events to set slot. I call set slot because i think Rasa will use this to predict next action (in stories).What i wrong?
I did use any Python code, so please don’t talk about Rasa SDK for Python .